This website requires JavaScript.
Explore
Help
Sign In
junos
/
stress_at_work_analysis
Watch
1
Star
0
Fork
You've already forked stress_at_work_analysis
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9417a1b9f1
stress_at_work_analysis
/
.flake8
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Start using pre-commit hooks.
2023-04-24 15:38:54 +02:00
[flake8]
max-line-length = 88
extend-ignore = E203
Do not break markdown lines.
2023-05-16 16:37:34 +02:00
per-file-ignores =
exploration/*.py:E501