We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa4dae commit bf1d373Copy full SHA for bf1d373
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ exclude: 'dev'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v5.0.0
6
hooks:
7
- id: check-merge-conflict # checks for files that contain merge conflict strings
8
- id: check-toml # checks toml files for parseable syntax
9
- id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.4.2
+ rev: v0.8.2
13
14
# Run the linter.
15
- id: ruff
0 commit comments