Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#18)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.5 β†’ v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/psf/black: 23.9.1 β†’ 24.4.2](psf/black@23.9.1...24.4.2)
- [github.com/PyCQA/isort: 5.12.0 β†’ 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/bandit: 1.7.5 β†’ 1.7.8](PyCQA/bandit@1.7.5...1.7.8)
- [github.com/astral-sh/ruff-pre-commit: v0.0.282 β†’ v0.4.4](astral-sh/ruff-pre-commit@v0.0.282...v0.4.4)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 β†’ v1.10.0](pre-commit/mirrors-mypy@v1.4.1...v1.10.0)

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 19, 2024
1 parent ae93ae7 commit 9242112
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: fix-byte-order-marker # Prevents weird UTF-8 encoding edge cases
- id: check-case-conflict # Check if case-insensitive filesystems would bork
Expand All @@ -17,33 +17,33 @@ repos:
- id: mixed-line-ending # Consistent LF or CRLF
- id: trailing-whitespace # No trailing whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["--toml", "pyproject.toml"]
additional_dependencies:
- tomli
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.8
hooks:
- id: bandit
args: ["--configfile", "pyproject.toml"]
additional_dependencies:
- bandit[toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
rev: v0.4.4
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.10.0
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand Down

0 comments on commit 9242112

Please sign in to comment.