Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/google/yapf: v0.33.0 → v0.40.2](google/yapf@v0.33.0...v0.40.2)
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.1
- [github.com/asottile/pyupgrade: v3.3.2 → v3.19.0](asottile/pyupgrade@v3.3.2...v3.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 4702341 commit 26570a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: double-quote-string-fixer
types: [python]
Expand All @@ -16,7 +16,7 @@ repos:
types: [python]

- repo: https://github.com/google/yapf
rev: v0.33.0
rev: v0.40.2
hooks:
- id: yapf
name: yapf
Expand All @@ -29,7 +29,7 @@ repos:
additional_dependencies: ['toml']

- repo: https://github.com/ikamensh/flynt/
rev: '0.78'
rev: '1.0.1'
hooks:
- id: flynt
args: [
Expand All @@ -38,7 +38,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.19.0
hooks:
- id: pyupgrade
args: [
Expand Down

0 comments on commit 26570a0

Please sign in to comment.