Skip to content

Commit

Permalink
pre-commit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Sep 21, 2024
1 parent 983f52a commit bfd1725
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ repos:
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: "7.1.1"
hooks:
- id: flake8
additional_dependencies:
- flake8-comprehensions
- flake8-bugbear
- flake8-polyfill
- toml
exclude: docs\/.*
- repo: https://github.com/PyCQA/bandit
rev: '1.7.9'
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
# - repo: https://github.com/hhatto/autopep8
# rev: v2.3.1
# hooks:
# - id: autopep8
# - repo: https://github.com/PyCQA/flake8
# rev: "7.1.1"
# hooks:
# - id: flake8
# additional_dependencies:
# - flake8-comprehensions
# - flake8-bugbear
# - flake8-polyfill
# - toml
# exclude: docs\/.*
# - repo: https://github.com/PyCQA/bandit
# rev: '1.7.9'
# hooks:
# - id: bandit
# args: ["-c", "pyproject.toml"]
# additional_dependencies: ["bandit[toml]"]

0 comments on commit bfd1725

Please sign in to comment.