Skip to content

Commit ffbc397

Browse files
committed
Roll back .pre-commit-config.yaml changes
1 parent 4ffd647 commit ffbc397

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
# See https://pre-commit.com/hooks.html for more hooks
1717
repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v6.0.0
19+
rev: v4.0.1
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer
2323
- id: check-yaml
2424
- repo: https://github.com/psf/black
25-
rev: 26.3.1
25+
rev: 22.3.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 7.3.0
29+
rev: 3.9.2
3030
hooks:
3131
- id: flake8

0 commit comments

Comments
 (0)