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/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
- [github.com/PyCQA/pylint: v3.2.3 → v3.2.4](pylint-dev/pylint@v3.2.3...v3.2.4)
- [github.com/pycontribs/mirrors-prettier: v3.3.1 → v3.3.2](pycontribs/mirrors-prettier@v3.3.1...v3.3.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 588d2ef commit c3935a2
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 @@ -8,7 +8,7 @@ repos:
hooks:
- id: check-pre-commit-ci-config
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
# warn-unused-ignores is unsafe with pre-commit, see
Expand All @@ -71,7 +71,7 @@ repos:
- id: flake8
additional_dependencies: *flake8deps
- repo: https://github.com/PyCQA/pylint
rev: v3.2.3
rev: v3.2.4
hooks:
- id: pylint
args: [
Expand All @@ -90,7 +90,7 @@ repos:
additional_dependencies:
- 'bandit[toml]'
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.1
rev: v3.3.2
hooks:
- id: prettier
- repo: https://github.com/ducminh-phan/reformat-gherkin
Expand Down

0 comments on commit c3935a2

Please sign in to comment.