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 2d93236 commit 452b0e5Copy full SHA for 452b0e5
.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/
@@ -10,6 +10,8 @@ repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
rev: v4.5.0
12
13
+ - id: check-case-conflict
14
+ - id: check-merge-conflict
15
- id: check-toml
16
exclude: ^Lib/test/test_tomllib/
17
- id: check-yaml
0 commit comments