Logo
Explore Help
Register Sign In
exercism/python
1
0
Fork 0
You've already forked python
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
main
python/.flake8

13 lines
173 B
Plaintext
Raw Permalink Normal View History

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]
Corrected error so that full linting will happen. Set line length to 120.
2021-10-12 16:11:26 -07:00
max-line-length = 120
exclude =
.git,
__pycache__,
.pytest_cache,
venv
ignore = E501, F401
Forgot pylint formatting.
2021-10-12 16:20:05 -07:00
format = pylint
Corrected error so that full linting will happen. Set line length to 120.
2021-10-12 16:11:26 -07:00
show-source = True
Further edits.
2021-10-12 16:19:12 -07:00
max-complexity = 10
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 124ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API