Skip to content

Commit 44cdba2

Browse files
[pre-commit.ci] pre-commit autoupdate (#147)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0) - [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f8643da commit 44cdba2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ ci:
44
#skip: [eslint]
55
autoupdate_schedule: monthly
66

7-
default_stages: [commit]
7+
default_stages: [pre-commit]
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.12.0
15+
rev: v2.14.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args: [--autofix, --indent, '4']
1919
- id: pretty-format-toml
2020
args: [--autofix]
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.15.0
22+
rev: v3.19.0
2323
hooks:
2424
- id: pyupgrade
2525
- repo: https://github.com/pycqa/isort
@@ -29,10 +29,10 @@ repos:
2929
name: isort (python)
3030
args: [--profile, black]
3131
- repo: https://github.com/psf/black
32-
rev: 24.2.0
32+
rev: 24.10.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/pycqa/flake8
36-
rev: 7.0.0
36+
rev: 7.1.1
3737
hooks:
3838
- id: flake8

0 commit comments

Comments
 (0)