Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-case-conflict
check-merge-conflict
1 parent 4abca7e commit 743f2c6Copy full SHA for 743f2c6
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.2.0
+ rev: v0.3.4
4
hooks:
5
- id: ruff
6
name: Run Ruff on Lib/test/
@@ -14,6 +14,8 @@ repos:
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
rev: v4.5.0
16
17
+ - id: check-case-conflict
18
+ - id: check-merge-conflict
19
- id: check-toml
20
exclude: ^Lib/test/test_tomllib/
21
- id: check-yaml
0 commit comments