Compare commits
2
Commits
8f3935ffa1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a51a41392e | ||
|
|
17e33e095d
|
@@ -3,19 +3,25 @@ repos:
|
|||||||
rev: 1.9.4
|
rev: 1.9.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: bandit
|
- id: bandit
|
||||||
|
name: Security Scan with Bandit
|
||||||
files: ^chguard/
|
files: ^chguard/
|
||||||
args: ["-lll", "-iii", "-s", "B110,B112"]
|
args: ["-lll", "-iii", "-s", "B110,B112"]
|
||||||
|
|
||||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||||
rev: 26.3.1
|
rev: 26.5.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
name: Enforce Black formatting
|
||||||
language_version: python3
|
language_version: python3
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v6.0.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
name: Enforce removal of trailing whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
name: Enforce end of the file format
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
name: Check YAML syntax
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
|
name: Check TOML syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user