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/psf/black: 3702ba224ecffbcec30af640c149f231d90aebdb → b965c2a5026f8ba399283ba3e01898b012853c79](psf/black@3702ba2...b965c2a)
- [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)
- [github.com/DavidAnson/markdownlint-cli2: 24eb4dce508ab81398d14d75179123fca425f12d → da711fa8b30421506086eb2dc7ea0a6c3cb27b9f](DavidAnson/markdownlint-cli2@24eb4dc...da711fa)
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2024
1 parent 1eca847 commit 33917a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -68,14 +68,14 @@ repos:

# black - python formatter
- repo: https://github.com/psf/black
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
rev: b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8.0
hooks:
- id: black
args: ["--safe"]

# 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 All @@ -235,7 +235,7 @@ repos:

# markdownlint - md file checker
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: 24eb4dce508ab81398d14d75179123fca425f12d # frozen: v0.13.0
rev: da711fa8b30421506086eb2dc7ea0a6c3cb27b9f # frozen: v0.14.0
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit 33917a4

Please sign in to comment.