Skip to content

Commit 2dbda08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/pycqa/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2) - [github.com/psf/black: 21.9b0 → 24.4.2](psf/black@21.9b0...24.4.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.10.0](pre-commit/mirrors-mypy@v0.910-1...v1.10.0) - [github.com/jackdewinter/pymarkdown: 0.9.2 → v0.9.20](jackdewinter/pymarkdown@0.9.2...v0.9.20)
1 parent 7ef1886 commit 2dbda08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44
- # Generic file formatting (not python-specific)
55
repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.6.0
77
hooks:
88
- id: check-json
99
- id: check-toml
@@ -14,33 +14,33 @@ repos:
1414
- id: check-shebang-scripts-are-executable
1515
- # Sorted imports
1616
repo: https://github.com/pycqa/isort
17-
rev: 5.9.3
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
name: isort (python)
2121
- # Format code
2222
repo: https://github.com/psf/black
23-
rev: 21.9b0
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626
language_version: python3.9
2727
- # Static analysis
2828
repo: https://github.com/PyCQA/flake8
29-
rev: 4.0.1
29+
rev: 7.0.0
3030
hooks:
3131
- id: flake8
3232
# See: https://github.com/pre-commit/pre-commit-hooks/issues/112
3333
args: ["--config=.flake8"]
3434
exclude: doc
3535
- # Type hinting/checking
3636
repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.910-1
37+
rev: v1.10.0
3838
hooks:
3939
- id: mypy
4040
exclude: doc
4141
- # Markdown
4242
repo: https://github.com/jackdewinter/pymarkdown
43-
rev: 0.9.2
43+
rev: v0.9.20
4444
hooks:
4545
- id: pymarkdown
4646
# Exclude import-only files

0 commit comments

Comments
 (0)