Skip to content

Commit 77835a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.3.0 → 24.3.0](psf/black@22.3.0...24.3.0) - [github.com/pycqa/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.8.5](nbQA-dev/nbQA@1.3.1...1.8.5) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.8](PyCQA/bandit@1.7.4...1.7.8) - [github.com/PyCQA/doc8: 0.11.2 → v1.1.1](PyCQA/doc8@0.11.2...v1.1.1)
1 parent 97024bb commit 77835a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-added-large-files
77
args: ['--maxkb=1000']
@@ -22,32 +22,32 @@ repos:
2222
- id: no-commit-to-branch
2323

2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.10.1
25+
rev: 5.13.2
2626
hooks:
2727
- id: isort
2828
name: isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 22.3.0
31+
rev: 24.3.0
3232
hooks:
3333
- id: black
3434
language_version: python3
3535

3636
- repo: https://github.com/pycqa/flake8
37-
rev: 4.0.1
37+
rev: 7.0.0
3838
hooks:
3939
- id: flake8
4040
exclude: docs/source/conf.py, __pycache__
4141
additional_dependencies: [flake8-bugbear, flake8-builtins, flake8-quotes, flake8-comprehensions, pandas-vet, flake8-print, pep8-naming, doc8]
4242

4343
- repo: https://github.com/pycqa/pydocstyle
44-
rev: 6.1.1
44+
rev: 6.3.0
4545
hooks:
4646
- id: pydocstyle
4747
additional_dependencies: ["toml"]
4848

4949
- repo: https://github.com/nbQA-dev/nbQA
50-
rev: 1.3.1
50+
rev: 1.8.5
5151
hooks:
5252
- id: nbqa-isort
5353
args: [--nbqa-mutate, --nbqa-dont-skip-bad-cells]
@@ -60,14 +60,14 @@ repos:
6060
additional_dependencies: [flake8==3.8.3]
6161

6262
- repo: https://github.com/PyCQA/bandit
63-
rev: 1.7.4
63+
rev: 1.7.8
6464
hooks:
6565
- id: bandit
6666
args: ["-c", "pyproject.toml"]
6767
additional_dependencies: [ "bandit[toml]" ]
6868

6969
- repo: https://github.com/PyCQA/doc8
70-
rev: 0.11.2
70+
rev: v1.1.1
7171
hooks:
7272
- id: doc8
7373
args: ["--max-line-length=88", "--config=pyproject.toml", "docs"]

0 commit comments

Comments
 (0)