Skip to content

Commit

Permalink
update precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Nov 6, 2024
1 parent a4c203f commit 699d3ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -22,7 +22,7 @@ repos:


- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

Expand All @@ -32,23 +32,23 @@ repos:
- id: docformatter

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
entry: flake8
additional_dependencies: [ Flake8-pyproject ]


- repo: https://github.com/PyCQA/bandit
rev: '1.7.5'
rev: '1.7.10'
hooks:
- id: bandit
args: [ "-c", "pyproject.toml" ]
additional_dependencies: [ "bandit[toml]" ]


- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.10.0
hooks:
- id: black
language_version: python3

0 comments on commit 699d3ed

Please sign in to comment.