Skip to content

Commit e4953f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/google/yapf: v0.33.0 → v0.43.0](google/yapf@v0.33.0...v0.43.0) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.6 - [github.com/asottile/pyupgrade: v3.3.2 → v3.21.2](asottile/pyupgrade@v3.3.2...v3.21.2)
1 parent 4c87c84 commit e4953f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v6.0.0
99
hooks:
1010
- id: double-quote-string-fixer
1111
types: [python]
@@ -20,7 +20,7 @@ repos:
2020
- id: forbid-new-submodules
2121

2222
- repo: https://github.com/google/yapf
23-
rev: v0.33.0
23+
rev: v0.43.0
2424
hooks:
2525
- id: yapf
2626
name: yapf
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: ['toml']
3434

3535
- repo: https://github.com/ikamensh/flynt/
36-
rev: '0.78'
36+
rev: '1.0.6'
3737
hooks:
3838
- id: flynt
3939
args: [
@@ -42,7 +42,7 @@ repos:
4242
]
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.3.2
45+
rev: v3.21.2
4646
hooks:
4747
- id: pyupgrade
4848
args: [

0 commit comments

Comments
 (0)