Skip to content

Commit 3897613

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent dad48c5 commit 3897613

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040

4141
# Changes tabs to spaces
4242
- repo: https://github.com/Lucas-C/pre-commit-hooks
43-
rev: v1.5.4
43+
rev: v1.5.5
4444
hooks:
4545
- id: remove-tabs
4646

@@ -67,13 +67,13 @@ repos:
6767
args: [-S, '.git,third_party', -I, .codespell.allow]
6868

6969
- repo: https://github.com/adrienverge/yamllint.git
70-
rev: v1.33.0
70+
rev: v1.35.1
7171
hooks:
7272
- id: yamllint
7373
require_serial: false
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.15.0
76+
rev: v3.15.2
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus, --keep-mock]
@@ -85,7 +85,7 @@ repos:
8585
name: isort (python)
8686

8787
- repo: https://github.com/psf/black
88-
rev: 23.12.1
88+
rev: 24.3.0
8989
hooks:
9090
- id: black
9191
language_version: python3
@@ -98,7 +98,7 @@ repos:
9898
additional_dependencies: [black==22.10.0]
9999

100100
- repo: https://github.com/PyCQA/flake8
101-
rev: 6.1.0
101+
rev: 7.0.0
102102
hooks:
103103
- id: flake8
104104
name: flake8-strict

0 commit comments

Comments
 (0)