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/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/PyCQA/docformatter: 06907d0267368b49b9180eed423fae5697c1e909 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 62a10cb commit 818e447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: detect-secrets
name: Checking for potential passwords
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
name: Upgrade previous versioned Python syntax to newer version
Expand All @@ -53,7 +53,7 @@ repos:
# docformatter has not cut a new tag in >1 year. A change in pre-commit requires third party hooks to make sure they
# adhere to new pre-commit formatting. This tag does not yet have these changes, so need to pin to a commit until
# they update their tag to stop an error from occurring during hook runs.
rev: 06907d0267368b49b9180eed423fae5697c1e909 # pragma: allowlist secret
rev: v1.7.5 # pragma: allowlist secret
hooks:
- id: docformatter
name: Format docstrings
Expand Down

0 comments on commit 818e447

Please sign in to comment.