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 18, 2023
1 parent ee70f00 commit 8414fd2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:

# safety - python dependency vulnerability checker
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: cdd875f1c96ba08362eb92c2b0f6de8d614f2fd1 # frozen: v1.3.2
rev: cdd875f1c96ba08362eb92c2b0f6de8d614f2fd1 # frozen: v1.3.2
hooks:
- id: python-safety-dependencies-check
args: ["--disable-telemetry", "--full-report", "--ignore=51457"]
Expand All @@ -55,7 +55,7 @@ repos:

# pyupgrade - upgrade old syntax to new
- repo: https://github.com/asottile/pyupgrade
rev: f838af6848df063c04a2e6c78a2e8ae0e8fb822b # frozen: v3.11.0
rev: f838af6848df063c04a2e6c78a2e8ae0e8fb822b # frozen: v3.11.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -68,14 +68,14 @@ repos:

# black - python formatter
- repo: https://github.com/psf/black
rev: e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
rev: e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
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: 960ead214cd1184149d366c6d27ca6c369ce46b6 # frozen: 1.16.0
hooks:
- id: blacken-docs
exclude: testing|tests
Expand All @@ -86,7 +86,7 @@ repos:

# prettier - multi formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
hooks:
- id: prettier

Expand Down Expand Up @@ -212,7 +212,7 @@ repos:

# poetry - python dependency management
- repo: https://github.com/Cielquan/mirrors-poetry
rev: de4d70d4adc6e729486dddbbbdf74c8f7ba15a6c # frozen: 1.6.1
rev: de4d70d4adc6e729486dddbbbdf74c8f7ba15a6c # frozen: 1.6.1
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: 445861c31d8134562e723d77115721038de2e687 # frozen: v6.2.0
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: ef974bde8375da10f3aa38a1b6ce646a34a23446 # frozen: v0.10.0
rev: ef974bde8375da10f3aa38a1b6ce646a34a23446 # frozen: v0.10.0
hooks:
- id: markdownlint-cli2

Expand All @@ -252,6 +252,6 @@ repos:

# yamllint - yaml linter
- repo: https://github.com/adrienverge/yamllint
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
hooks:
- id: yamllint

0 comments on commit 8414fd2

Please sign in to comment.