Skip to content

Commit c1e1fa9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 22.8.0 → 23.9.1](psf/black@22.8.0...23.9.1) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 3349921 commit c1e1fa9

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
@@ -6,16 +6,16 @@ ci:
66
autoupdate_schedule: weekly
77

88
repos:
9-
- repo: https://github.com/ambv/black
10-
rev: 22.8.0
9+
- repo: https://github.com/psf/black
10+
rev: 23.9.1
1111
hooks:
1212
- id: black
1313
language_version: python3
14-
- repo: https://github.com/timothycrosley/isort
14+
- repo: https://github.com/PyCQA/isort
1515
rev: '5.12.0'
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: '6.0.0'
19+
rev: '6.1.0'
2020
hooks:
2121
- id: flake8

0 commit comments

Comments
 (0)