Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 7, 2024
1 parent d1c2c5c commit a158451
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 @@ -8,7 +8,7 @@ ci:
for more information, see https://pre-commit.ci
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -21,26 +21,26 @@ repos:
language_version: python3

- repo: https://github.com/crate-ci/typos
rev: v1.18.1
rev: v1.21.0
hooks:
- id: typos

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
exclude: ".ci/hack"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.0'
rev: 'v0.4.3'
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix

- repo: https://github.com/jackdewinter/pymarkdown
rev: 0.9.16
rev: v0.9.19
hooks:
- id: pymarkdown
args:
Expand All @@ -50,7 +50,7 @@ repos:
exclude: CHANGELOG.md # is autogenerated

- repo: https://github.com/pycqa/pylint
rev: v3.0.3
rev: v3.1.0
hooks:
- id: pylint
pass_filenames: false
Expand Down

0 comments on commit a158451

Please sign in to comment.