mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-22 05:36:21 +00:00
Fix linting issues with flake8 and black. Add pre-commit congifuration, update documnetation for it. Apply linting check in Travis CI.
32 lines
268 B
Plaintext
32 lines
268 B
Plaintext
*.pyc
|
|
.venv
|
|
*aqua*
|
|
venv/
|
|
.vscode
|
|
.coverage
|
|
.idea
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
*.spec
|
|
.eggs
|
|
|
|
# Directory Cache Files
|
|
.DS_Store
|
|
thumbs.db
|
|
__pycache__
|