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 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.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.15.0](asottile/pyupgrade@v3.3.2...v3.15.0)
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent a2a4c4a commit f74bd61
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: v4.5.0
hooks:
- id: double-quote-string-fixer
types: [python]
Expand All @@ -20,7 +20,7 @@ repos:
- id: forbid-new-submodules

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

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

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

0 comments on commit f74bd61

Please sign in to comment.