Skip to content

Commit 0ef9216

Browse files
committed
revert .pre-commit-config.yaml to old black/flake8 config
1 parent da6682c commit 0ef9216

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ repos:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer
2323
- id: check-yaml
24-
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.14
24+
- repo: https://github.com/psf/black
25+
rev: 22.3.0
2626
hooks:
27-
- id: ruff
28-
args: [--select, I, --fix, --line-length=88, --target-version=py310]
29-
- id: ruff-format
30-
args: [--line-length=88, --target-version=py310]
27+
- id: black
28+
- repo: https://github.com/pycqa/flake8
29+
rev: 3.9.2 # version-scanner: ignore
30+
hooks:
31+
- id: flake8

0 commit comments

Comments
 (0)