mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
b998470297
Added a test workflow. Only for triggering manually for now.
4 lines
128 B
INI
4 lines
128 B
INI
[flake8]
|
|
ignore=E501,E123,E121,E126,E133,W505,W503,W504
|
|
exclude=.git,__pycache__,pwncat.egg-info,env,dist,build,data,docs,tests
|