Skip to content

Commit 0bbf3cc

Browse files
committed
Upgrade ruff and flake8
1 parent b05248a commit 0bbf3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repos:
1313
args: [ "--fix=lf" ]
1414
- id: check-case-conflict
1515
- repo: https://github.com/charliermarsh/ruff-pre-commit
16-
rev: 'v0.4.1' # Ruff version.
16+
rev: 'v0.5.5' # Ruff version.
1717
hooks:
1818
- id: ruff
1919
stages: [ push, commit, manual ]
2020
# Run the formatter.
2121
- id: ruff-format
2222
stages: [ push, commit, manual ]
2323
- repo: https://github.com/pycqa/flake8
24-
rev: '7.0.0' # pick a git hash / tag to point to
24+
rev: '7.1.0' # pick a git hash / tag to point to
2525
hooks:
2626
- id: flake8
2727
- repo: local

0 commit comments

Comments
 (0)