Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Oct 14, 2024
1 parent 81cd21d commit a67d3a7
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 @@ -10,7 +10,7 @@ repos:
- id: fix-encoding-pragma
args: [--remove]
- repo: https://github.com/pre-commit/pre-commit
rev: v4.0.0
rev: v4.0.1
hooks:
- id: validate_manifest

Expand All @@ -29,12 +29,12 @@ repos:
types_or: [python, pyi]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/python/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -56,7 +56,7 @@ repos:
files: "notebook_with_out_flake8_tags"

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers]
Expand Down

0 comments on commit a67d3a7

Please sign in to comment.