This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0c07e832b1457261ae2d59b025e7071b0bab403b
python
/
.flake8
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Create test suite generator (requires per-exercise templates) (#1857) * Add test generator script * add .flake8 file to handle line length discrepency with black * add requirements file for generator script * Run bin/generate_tests.py in Travis HOUSEKEEPING job to ensure template changes have been applied * add --check flag to generator script and refactor CI calls Co-authored-by: Michael Morehouse <640167+yawpitch@users.noreply.github.com>
2019-07-24 09:49:01 -04:00
[flake8]
Adjust Flake8 Line Length to 110 Char +/- 10 Chars
2021-09-24 14:38:07 -07:00
max-line-length = 110
Create test suite generator (requires per-exercise templates) (#1857) * Add test generator script * add .flake8 file to handle line length discrepency with black * add requirements file for generator script * Run bin/generate_tests.py in Travis HOUSEKEEPING job to ensure template changes have been applied * add --check flag to generator script and refactor CI calls Co-authored-by: Michael Morehouse <640167+yawpitch@users.noreply.github.com>
2019-07-24 09:49:01 -04:00
exclude = .git, *venv*
select = B950
ignore = E501
Reference in New Issue
Copy Permalink