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/psf/black: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 → 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b](psf/black@1b2427a...8a737e7)
- [github.com/pycqa/isort: c235f5e450b4b84e58d114ed4c589cbf454175a3 → 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d](PyCQA/isort@c235f5e...0a0b7a8)
- [github.com/asottile/pyupgrade: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 → ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2](asottile/pyupgrade@19364aa...ce40a16)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 03161de commit 0b95fad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -17,7 +17,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 # frozen: v3.19.0
rev: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 # frozen: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]

0 comments on commit 0b95fad

Please sign in to comment.