Skip to content

Commit fac3ccc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent 461dc90 commit fac3ccc

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
name: Trailing Whitespace
@@ -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: 24.4.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: 7.0.0
2727
hooks:
2828
- id: flake8
2929
name: Flake8 Formatting

0 commit comments

Comments
 (0)