Skip to content

Commit da54b6b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.5.2](nbQA-dev/nbQA@1.3.1...1.5.2) - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0)
1 parent 97024bb commit da54b6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 5.0.4
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.2
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)