Skip to content

Commit

Permalink
Merge pull request #175 from Pale-Blue-Dot-97/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Pale-Blue-Dot-97 authored May 16, 2023
2 parents 65c0281 + 63f1510 commit 765fcd9
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 @@ -18,7 +18,7 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -40,15 +40,15 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.31.0
hooks:
- id: yamllint
args: [--format, parsable, --strict]
exclude: .github/workflows/.*|.circleci/.*


- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.2
rev: 0.2.3
hooks:
- id: yamlfmt
args: [--width, '120']
Expand All @@ -59,7 +59,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: [-c, pyproject.toml]
Expand Down

0 comments on commit 765fcd9

Please sign in to comment.