Skip to content

Commit 1578eb8

Browse files
authored
Merge pull request #130 from simbilod/more_refactr
More refactoring
2 parents d455ad5 + 5e90fd8 commit 1578eb8

File tree

13 files changed

+570
-526
lines changed

13 files changed

+570
-526
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ repos:
6565
# hooks:
6666
# - id: python-use-type-annotations
6767

68-
- repo: https://github.com/PyCQA/bandit
69-
rev: fe1361fdcc274850d4099885a802f2c9f28aca08
70-
hooks:
71-
- id: bandit
72-
args: [--exit-zero]
73-
# ignore all tests, not just tests data
74-
exclude: ^tests/
68+
# - repo: https://github.com/PyCQA/bandit
69+
# rev: fe1361fdcc274850d4099885a802f2c9f28aca08
70+
# hooks:
71+
# - id: bandit
72+
# args: [--exit-zero]
73+
# # ignore all tests, not just tests data
74+
# exclude: ^tests/
7575
# - repo: https://github.com/pre-commit/mirrors-mypy
7676
# rev: "v1.0.1"
7777
# hooks:

0 commit comments

Comments
 (0)