Skip to content

Commit 7a9802c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/adamchainz/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0)
1 parent 9d31d59 commit 7a9802c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: ['--fix=no']
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: '6.0.0'
26+
rev: '6.1.0'
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
@@ -35,7 +35,7 @@ repos:
3535
- id: isort
3636

3737
- repo: https://github.com/psf/black
38-
rev: 23.3.0
38+
rev: 23.7.0
3939
hooks:
4040
- id: black
4141
args: [--safe]
@@ -46,7 +46,7 @@ repos:
4646
- id: nbstripout
4747

4848
- repo: https://github.com/adamchainz/blacken-docs
49-
rev: 1.13.0
49+
rev: 1.15.0
5050
hooks:
5151
- id: blacken-docs
5252
additional_dependencies: [black==23.3.0]

0 commit comments

Comments
 (0)