https://github.com/SAP/flake8-tergeo
flake8-tergeo is a flake8 plugin which adds many new rules to improve your code quality. Out of the box it also brings a curated list of other plugins without additional efforts needed.
https://github.com/SAP/flake8-tergeo
flake8 plugin quality
Last synced: about 1 month ago
JSON representation
flake8-tergeo is a flake8 plugin which adds many new rules to improve your code quality. Out of the box it also brings a curated list of other plugins without additional efforts needed.
- Host: GitHub
- URL: https://github.com/SAP/flake8-tergeo
- Owner: SAP
- License: apache-2.0
- Created: 2025-01-28T13:36:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T12:26:32.000Z (about 1 month ago)
- Last Synced: 2025-04-02T19:47:24.063Z (about 1 month ago)
- Topics: flake8, plugin, quality
- Language: Python
- Homepage: https://sap.github.io/flake8-tergeo/
- Size: 2.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-flake8-extensions - flake8-tergeo - Adds many new rules to improve your code quality and brings a curated and actively maintained list of other plugins including flake8-bugbear. (All-in-one)
README
[](https://api.reuse.software/info/github.com/SAP/flake8-tergeo)
# flake8-tergeo
## About this project
flake8-tergeo is a flake8 plugin which adds many new rules to improve your code quality.
Out of the box it also brings a curated lists of other plugins without additional efforts needed.
In difference to other projects, the list of included plugins is rather small and actively maintained.The included plugins and checks are opinionated, meaning that e.g. f-strings are preferred.
Therefore, checks to find other formatting methods are included but none, to find f-strings.Also, code formatters like ``black`` and ``isort`` are recommended; therefore no code
formatting rules are included.## Documentation
You can find the documentation [here](https://sap.github.io/flake8-tergeo/).
## Release Actions
* Determine the new version using `python -m setuptools_scm --strip-dev`
* Rename the section `Next Development` in the [CHANGELOG](CHANGELOG.md) to the version released
and create a new empty one
* Push a new tag like X.X.X to trigger the release## Support, Feedback, Contributing
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/flake8-tergeo/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
## Security / Disclosure
If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/flake8-tergeo/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.## Code of Conduct
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
## Licensing
Copyright 2025 SAP SE or an SAP affiliate company and flake8-tergeo contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/flake8-tergeo).