8000 [pre-commit.ci] pre-commit autoupdate · thu-nics/CLAP-triangle-counting@80cbe8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 80cbe8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 972b533 commit 80cbe8d

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.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: check-added-large-files
@@ -10,10 +10,10 @@ repos:
1010
- id: check-added-large-files
1111
- id: check-merge-conflict
1212
- repo: https://github.com/psf/black
13-
rev: 23.11.0
13+
rev: 24.3.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8

0 commit comments

Comments
 (0)
0