Skip to content

Commit 8329c90

Browse files
authored
Update pre-commit hooks (#126)
1 parent 26d359d commit 8329c90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -11,24 +11,24 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black
14-
rev: 21.4b2
14+
rev: 22.8.0
1515
hooks:
1616
- id: black
1717
language_version: python3
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.8.0
19+
rev: 5.10.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 3.9.1
23+
rev: 5.0.4
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:
2727
- flake8-bugbear
2828
- flake8-comprehensions
2929
- flake8-tidy-imports
3030
- repo: https://github.com/mgedmin/check-manifest
31-
rev: "0.46"
31+
rev: "0.48"
3232
hooks:
3333
- id: check-manifest
3434
args: [--no-build-isolation]

0 commit comments

Comments
 (0)