Skip to content

Commit 1841815

Browse files
committed
Remove old flake8 skip
1 parent 97b9534 commit 1841815

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ci:
2+
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks"
3+
autofix_prs: true
4+
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
5+
autoupdate_schedule: weekly
6+
submodules: false
7+
18
repos:
29
- repo: https://github.com/pre-commit/pre-commit-hooks
310
rev: v4.4.0 # must match pyproject.toml
@@ -10,6 +17,8 @@ repos:
1017
- id: check-merge-conflict
1118
- id: mixed-line-ending
1219
- id: check-case-conflict
20+
- id: sort-simple-yaml
21+
files: .pre-commit-config.yaml
1322
- repo: https://github.com/hadialqattan/pycln
1423
rev: v2.1.6 # must match pyproject.toml
1524
hooks:
@@ -28,11 +37,3 @@ repos:
2837
- id: ruff
2938
types: [file]
3039
types_or: [python, pyi, toml]
31-
32-
ci:
33-
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks"
34-
autofix_prs: true
35-
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
36-
autoupdate_schedule: weekly
37-
skip: [flake8]
38-
submodules: false

0 commit comments

Comments
 (0)