Skip to content

Commit

Permalink
Merge pull request #109 from CarliJoy/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
CarliJoy authored Oct 15, 2024
2 parents 5198ff8 + e586f3f commit 3f9d121
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 @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -28,7 +28,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -40,12 +40,12 @@ repos:
args: ['--max-line-length=88'] # default of Black

- repo: https://github.com/PyCQA/bandit.git
rev: '1.7.9'
rev: '1.7.10'
hooks:
- id: bandit
exclude: '^tests/'

- repo: https://github.com/crate-ci/typos.git
rev: 'v1.24.5'
rev: 'v1.26.0'
hooks:
- id: typos

0 comments on commit 3f9d121

Please sign in to comment.