https://github.com/jsfehler/flake8-sammlung
If you won't follow good sense of your own sense, I'll make you.
https://github.com/jsfehler/flake8-sammlung
Last synced: 8 months ago
JSON representation
If you won't follow good sense of your own sense, I'll make you.
- Host: GitHub
- URL: https://github.com/jsfehler/flake8-sammlung
- Owner: jsfehler
- License: mit
- Archived: true
- Created: 2019-05-24T15:24:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T08:56:47.000Z (almost 5 years ago)
- Last Synced: 2024-12-22T01:23:07.472Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flake8-sammlung
Install [flake8](https://gitlab.com/pycqa/flake8) and the following plugins in one shot:
- [bandit](https://github.com/PyCQA/bandit)
- [dlint](https://github.com/dlint-py/dlint)
- [flake8-broken-line](https://github.com/sobolevn/flake8-broken-line)
- [flake8-builtins](https://github.com/gforcada/flake8-builtins)
- [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear)
- [flake8-commas](https://github.com/PyCQA/flake8-commas)
- [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions)
- [flake8-docstrings](https://github.com/PyCQA/flake8-docstrings)
- [flake8-import-order](https://github.com/PyCQA/flake8-import-order)
- [flake8-multiline-containers](https://github.com/jsfehler/flake8-multiline-containers)
- [flake8-mutable](https://github.com/ebeweber/flake8-mutable)
- [mccabe](https://github.com/PyCQA/mccabe)
- [pep8-naming](https://github.com/PyCQA/pep8-naming)
# Development
- Requirements are compiled using [pip-tools](https://github.com/jazzband/pip-tools)
- The compiled requirements.txt is parsed into the install_requires arguments for setup.
# Testing
[tox](https://github.com/tox-dev/tox) is used to build an environment and install the packages.
If installing the packages fails, there's most likely a version mismatch.