Skip to content

Commit d71d797

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent cb1e9fe commit d71d797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
- id: check-merge-conflict
1717
name: Merge Conflicts
1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 23.7.0
2020
hooks:
2121
- id: black
2222
name: Black Formatting
2323
language: python
2424
types: [ file, python ]
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 6.0.0
26+
rev: 6.1.0
2727
hooks:
2828
- id: flake8
2929
name: Flake8 Formatting

0 commit comments

Comments
 (0)