Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Dec 8, 2024
1 parent c257275 commit 0e20c61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -28,7 +28,7 @@ repos:
language_version: python3

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
args:
Expand All @@ -41,7 +41,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
Expand All @@ -54,7 +54,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
stages: [commit]
stages: [pre-commit]

0 comments on commit 0e20c61

Please sign in to comment.