Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent fd673f9 commit 3ee06a6
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: a25bb536e10881d928ee824910cbaab8f4719bd1 # frozen: v3.17.0
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: b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8.0
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: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.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: 8322ea5e4c20ab182bfb72e80189d2a02941089a # frozen: 1.8.3
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: f30c4d170a36ea3812bceb5f33004afc213bd797 # frozen: v6.2.4
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: da711fa8b30421506086eb2dc7ea0a6c3cb27b9f # frozen: v0.14.0
rev: da711fa8b30421506086eb2dc7ea0a6c3cb27b9f # frozen: v0.14.0
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit 3ee06a6

Please sign in to comment.