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: 12af25eb252deaaecb6b259df40d01f42e716dc3 → a25bb536e10881d928ee824910cbaab8f4719bd1](asottile/pyupgrade@12af25e...a25bb53)
- [github.com/asottile/blacken-docs: 960ead214cd1184149d366c6d27ca6c369ce46b6 → 4c97c4a0d921007af6fefae92d8447cfbf63720b](adamchainz/blacken-docs@960ead2...4c97c4a)
- [github.com/Cielquan/mirrors-poetry: ec25c4d5817d8bcf1d6251c347a1892cb817edb8 → 8322ea5e4c20ab182bfb72e80189d2a02941089a](Cielquan/mirrors-poetry@ec25c4d...8322ea5)
- [github.com/rstcheck/rstcheck: 445861c31d8134562e723d77115721038de2e687 → f30c4d170a36ea3812bceb5f33004afc213bd797](rstcheck/rstcheck@445861c...f30c4d1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 1eca847 commit 558e10a
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 @@ -55,7 +55,7 @@ repos:

# pyupgrade - upgrade old syntax to new
- repo: https://github.com/asottile/pyupgrade
rev: 12af25eb252deaaecb6b259df40d01f42e716dc3 # frozen: v3.15.2
rev: a25bb536e10881d928ee824910cbaab8f4719bd1 # frozen: v3.17.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -75,7 +75,7 @@ repos:

# blacken-docs - black for python code in docs (rst/md/tex)
- repo: https://github.com/asottile/blacken-docs
rev: 960ead214cd1184149d366c6d27ca6c369ce46b6 # frozen: 1.16.0
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
hooks:
- id: blacken-docs
exclude: testing|tests
Expand Down Expand Up @@ -212,7 +212,7 @@ repos:

# poetry - python dependency management
- repo: https://github.com/Cielquan/mirrors-poetry
rev: ec25c4d5817d8bcf1d6251c347a1892cb817edb8 # frozen: 1.8.2
rev: 8322ea5e4c20ab182bfb72e80189d2a02941089a # frozen: 1.8.3
hooks:
- id: poetry-check

Expand All @@ -222,7 +222,7 @@ repos:

# rstcheck - rst file checker
- repo: https://github.com/rstcheck/rstcheck
rev: 445861c31d8134562e723d77115721038de2e687 # frozen: v6.2.0
rev: f30c4d170a36ea3812bceb5f33004afc213bd797 # frozen: v6.2.4
hooks:
- id: rstcheck
args: ["--config", "pyproject.toml"]
Expand Down

0 comments on commit 558e10a

Please sign in to comment.