8000 [pre-commit.ci] pre-commit autoupdate (#245) · shri-empa/python-tutorial@b2eca0f · GitHub
[go: up one dir, main page]

Skip to content

Commit b2eca0f

Browse files
[pre-commit.ci] pre-commit autoupdate (empa-scientific-it#245)
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/asottile/pyupgrade: v3.15.2 → v3.16.0 8000 ](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0800a00 commit b2eca0f

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
@@ -22,17 +22,17 @@ repos:
2222
hooks:
2323
- id: autoflake
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.15.2
25+
rev: v3.16.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py38-plus]
2929
- repo: https://github.com/psf/black
30-
rev: 24.3.0
30+
rev: 24.4.2
3131
hooks:
3232
- id: black
3333
language_version: python3 # Should be a command that runs python3.6+
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.0
3636
hooks:
3737
- id: flake8
3838
args: [--count, --show-source, --statistics]

0 commit comments

Comments
 (0)
0