Skip to content

Commit 62a9568

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 1ef7b08 commit 62a9568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 23.1.0
12+
rev: 23.7.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -29,7 +29,7 @@ repos:
2929
- id: darglint
3030
args: [-v 2] # this config makes the error messages a bit less cryptic.
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 6.0.0
32+
rev: 6.1.0
3333
hooks:
3434
- id: flake8
3535
args: [--exclude, nbconvert_config.py]

0 commit comments

Comments
 (0)