Skip to content

Commit

Permalink
update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 25, 2023
1 parent b109cec commit 0cc4a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.1.0
rev: v0.1.2
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black==23.9.*",
"black==23.10.*",
"ruff==0.1.*",
"mypy==1.6.*",
"pre-commit",
Expand Down

0 comments on commit 0cc4a97

Please sign in to comment.