8000 [pre-commit.ci] pre-commit autoupdate (#197) · efmrpsat/python-tutorial@4a478af · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a478af

Browse files
[pre-commit.ci] pre-commit autoupdate (empa-scientific-it#197)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1898d9 commit 4a478af

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.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
@@ -13,7 +13,7 @@ repos:
1313
- id: check-added-large-files
1414
args: [--maxkb=6000]
1515
- repo: https://github.com/pycqa/isort
16-
rev: 5.12.0
16+
rev: 5.13.2
1717
hooks:
1818
- id: isort
1919
args: [--profile, black, --filter-files]
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: autoflake
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.14.0
25+
rev: v3.15.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py38-plus]
2929
- repo: https://github.com/psf/black
30-
rev: 23.9.1
30+
rev: 23.12.1
3131
hooks:
3232
- id: black
3333
language_version: python3 # Should be a command that runs python3.6+

0 commit comments

Comments
 (0)
0