Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use `extend-ignore` instead of `ignore` in flake8 config | 2023-01-16 | -1/+1 | |
| | | | This prevents off-by-default rules from being overridden and turned on | |||
* | Ignore gunicorn configuration from flake8 | 2021-09-03 | -1/+1 | |
| | ||||
* | Remove redundant wildcard | 2020-11-15 | -1/+1 | |
| | ||||
* | Migrate to GH Actions & GH Container Registry | 2020-11-15 | -1/+1 | |
| | | | | | | I've migrated site to GitHub Actions and GitHub Container Registry. This also means that coverage results will be pushed to coveralls.io. This commit also removes the pretty useless codeql analysis action. | |||
* | Update dev dependencies | 2020-03-04 | -2/+2 | |
| | ||||
* | Fix migrations exclude in flake8 | 2019-10-03 | -1/+1 | |
| | | | | They were not being excluded when flake8 was invoked via pre-commit. | |||
* | Create custom manage.py entry point, remove scripts and merge Dockerfile. | 2019-09-28 | -1/+1 | |
| | ||||
* | Apply suggestions from code review | 2019-09-22 | -1/+1 | |
| | | | | Co-Authored-By: Mark <[email protected]> Co-Authored-By: Sebastiaan Zeeff <[email protected]> | |||
* | Add manage.py to linting ignore | 2019-09-18 | -1/+1 | |
| | | | | Synchronize output of `pipenv run lint` and `python -m flake8` for the current project structure | |||
* | Update linting rules & partially relint | 2019-09-18 | -8/+8 | |
| | ||||
* | Fix misconfigured flake8 so docstrings are properly linted | 2019-09-05 | -2/+3 | |
| | | | Relint | |||
* | Remove extra space in flake8 | 2019-07-09 | -1/+1 | |
| | | | | Rogue demon space, sorry copy-paste | |||
* | Update linting dependencies | 2019-07-09 | -2/+2 | |
| | | | | | | | Group up all flake8 plugins Add pre-commit & configuration Add pipenv aliases for pre-commit & flake8 Relock | |||
* | Flake8-docstrings and config as discussed in #192 and on Discord | 2019-04-21 | -2/+15 | |
| | ||||
* | pysite -> pydis_site | 2019-04-05 | -1/+1 | |
| | ||||
* | [#176] Redo project layout | 2019-04-05 | -1/+1 | |
| | ||||
* | Ignore warning to workaround flake8 bug. | 2018-10-26 | -0/+1 | |
| | ||||
* | Add missing `application_import_names`. | 2018-09-18 | -1/+1 | |
| | ||||
* | Set up GitLab CI properly. | 2018-09-04 | -0/+5 | |