Skip to content

Commit 67a8046

Browse files
committed
Update pre-commit hooks.
1 parent 0869dac commit 67a8046

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default_language_version:
1515
python: python3.9
1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks.git
18-
rev: v4.2.0
18+
rev: v4.5.0
1919
hooks:
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
@@ -26,34 +26,34 @@ repos:
2626
- id: debug-statements
2727
language_version: python3
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.1.0
29+
rev: v2.2.6
3030
hooks:
3131
- id: codespell
3232
- repo: https://github.com/PyCQA/doc8
33-
rev: 0.11.1
33+
rev: v1.1.1
3434
hooks:
3535
- id: doc8
3636
- repo: https://github.com/adrienverge/yamllint.git
37-
rev: v1.26.3
37+
rev: v1.35.1
3838
hooks:
3939
- id: yamllint
4040
files: \.(yaml|yml)$
4141
types: [file, yaml]
4242
entry: yamllint --strict
4343
- repo: https://github.com/PyCQA/isort
44-
rev: 5.12.0
44+
rev: 5.13.2
4545
hooks:
4646
- id: isort
4747
args:
4848
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
4949
- --filter-files
5050
- repo: https://github.com/psf/black
51-
rev: 22.3.0
51+
rev: 24.2.0
5252
hooks:
5353
- id: black
5454
language_version: python3
5555
- repo: https://github.com/pycqa/flake8.git
56-
rev: 4.0.1
56+
rev: 7.0.0
5757
hooks:
5858
- id: flake8
5959
language_version: python3
@@ -62,7 +62,7 @@ repos:
6262
- flake8-docstrings>=1.5.0
6363
- flake8-pytest-style>=1.2.2
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v0.950
65+
rev: v1.8.0
6666
hooks:
6767
- id: mypy
6868
# empty args needed in order to match mypy cli behavior
@@ -77,7 +77,7 @@ repos:
7777
- types-requests
7878
- requests-cache
7979
- repo: https://github.com/pre-commit/mirrors-pylint
80-
rev: v3.0.0a4
80+
rev: v3.0.0a5
8181
hooks:
8282
- id: pylint
8383
additional_dependencies:

0 commit comments

Comments
 (0)