https://github.com/stackstorm/st2-flake8
Custom flake8 extensions for StackStorm related projects
https://github.com/stackstorm/st2-flake8
Last synced: 9 months ago
JSON representation
Custom flake8 extensions for StackStorm related projects
- Host: GitHub
- URL: https://github.com/stackstorm/st2-flake8
- Owner: StackStorm
- License: apache-2.0
- Created: 2019-05-13T22:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T16:40:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-03T18:00:28.389Z (almost 2 years ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# st2-flake8
This repo is intended to include flake8 extensions required for StackStorm related projects. These flake8 extensions include custom flake8 extensions, along with unit tests, written by StackStorm team and other 3rd party flake8 extensions listed in requirements.txt. StackStorm related projects just need to include this module in their test-requirements.txt. This enforces consistency for flake8 checks across multiple projects. Individual project still has the flexibility with their own flake8 config file to enable or disable the use of these extensions.