Skip to content

Commit 88da658

Browse files
committed
pre-commit autoupdate
1 parent d810c65 commit 88da658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
exclude: '^(src/.*\.pth|\.tox|ci/templates|\.bumpversion\.cfg)(/|$)'
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: master
8+
rev: v4.0.1
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: debug-statements
1313
- repo: https://github.com/timothycrosley/isort
14-
rev: master
14+
rev: 5.9.3
1515
hooks:
1616
- id: isort
1717
- repo: https://gitlab.com/pycqa/flake8
18-
rev: master
18+
rev: 3.9.2
1919
hooks:
2020
- id: flake8

0 commit comments

Comments
 (0)