Skip to content

Commit 15a50f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 852005e commit 15a50f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
- id: mixed-line-ending
1212

1313
- repo: https://github.com/psf/black
14-
rev: 23.1.0
14+
rev: 23.9.1
1515
types: [ python ]
1616
hooks:
1717
- id: black
1818
args: [ --safe ]
1919

2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.0.0
21+
rev: 6.1.0
2222
hooks:
2323
- id: flake8
2424
args: [--config, setup.cfg]

0 commit comments

Comments
 (0)