Skip to content

Commit 0e72e5a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.5.3](nbQA-dev/nbQA@1.3.1...1.5.3) - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0)
1 parent 97024bb commit 0e72e5a

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,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.4.0
55
hooks:
66
- id: check-added-large-files
77
args: ['--maxkb=1000']
@@ -28,13 +28,13 @@ repos:
2828
name: isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 22.3.0
31+
rev: 22.10.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: 6.0.0
3838
hooks:
3939
- id: flake8
4040
exclude: docs/source/conf.py, __pycache__
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: ["toml"]
4848

4949
- repo: https://github.com/nbQA-dev/nbQA
50-
rev: 1.3.1
50+
rev: 1.5.3
5151
hooks:
5252
- id: nbqa-isort
5353
args: [--nbqa-mutate, --nbqa-dont-skip-bad-cells]
@@ -67,7 +67,7 @@ repos:
6767
additional_dependencies: [ "bandit[toml]" ]
6868

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

0 commit comments

Comments
 (0)