Skip to content

Commit 21c4f5a

Browse files
committed
Exclude file from pre-commit
1 parent c6f9c21 commit 21c4f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
rev: 5.0.4
2929
hooks:
3030
- id: flake8
31-
exclude: ^setup.py$
31+
exclude: ^setup.py|softhsm_setup.py$
3232
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-logging-format, flake8-builtins, flake8-eradicate, flake8-fixme, pep8-naming, flake8-pep3101, flake8-annotations-complexity,flake8-pyi]
3333
- repo: https://github.com/PyCQA/isort
3434
rev: 5.12.0

0 commit comments

Comments
 (0)