We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e716c4e commit 5c3034aCopy full SHA for 5c3034a
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
repos:
5
# generic verification and formatting
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
# standard end of line/end of file cleanup
10
- id: mixed-line-ending
@@ -16,7 +16,7 @@ repos:
16
# catch git merge/rebase problems
17
- id: check-merge-conflict
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.12.1
+ rev: v0.12.10
20
21
# lint & attempt to correct failures (e.g. pyupgrade)
22
- id: ruff
0 commit comments