Skip to content

Commit ba48dda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - [github.com/jorisroovers/gitlint: v0.15.1 → v0.19.1](jorisroovers/gitlint@v0.15.1...v0.19.1) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 21.9b0 → 24.10.0](psf/black@21.9b0...24.10.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1) - [github.com/pycqa/bandit: 1.7.0 → 1.8.0](PyCQA/bandit@1.7.0...1.8.0) - [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0) - [github.com/btford/write-good: v1.0.4 → v1.0.8](btford/write-good@v1.0.4...v1.0.8)
1 parent 9d69542 commit ba48dda

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v5.0.0
88
hooks:
99
- id: check-executables-have-shebangs
1010
- id: fix-encoding-pragma
@@ -19,39 +19,39 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/jorisroovers/gitlint
22-
rev: v0.15.1
22+
rev: v0.19.1
2323
hooks:
2424
- id: gitlint
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.10.1
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030

31-
- repo: https://github.com/ambv/black
32-
rev: 21.9b0
31+
- repo: https://github.com/psf/black
32+
rev: 24.10.0
3333
hooks:
3434
- id: black
3535

36-
- repo: https://gitlab.com/pycqa/flake8
37-
rev: 3.9.2
36+
- repo: https://github.com/PyCQA/flake8
37+
rev: 7.1.1
3838
hooks:
3939
- id: flake8
4040

4141
- repo: https://github.com/pycqa/bandit
42-
rev: 1.7.0
42+
rev: 1.8.0
4343
hooks:
4444
- id: bandit
4545
# Bandit does not need to run on test code
4646
exclude: tests/*
4747

4848
- repo: https://github.com/pycqa/pydocstyle
49-
rev: 6.1.1
49+
rev: 6.3.0
5050
hooks:
5151
- id: pydocstyle
5252

5353
- repo: https://github.com/btford/write-good
54-
rev: v1.0.4
54+
rev: v1.0.8
5555
hooks:
5656
- id: write-good
5757
files: "\\.(rst|md|markdown|mdown|mkdn)$"

0 commit comments

Comments
 (0)