aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Update development tooling to use uvGravatar Joe Banks2025-07-15-1/+1
|
* Use ruff's isort implementationGravatar Chris Lovering2023-11-06-8/+0
|
* Migrate to ruffGravatar Chris Lovering2023-05-08-14/+15
|
* bump isort to 5.12.0 in precommit configGravatar Amrou2023-02-17-1/+1
|
* Bump isort VersionGravatar Hassan Abouelela2022-01-26-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Precommit: add an isort hookGravatar Matteo Bertucci2021-10-22-0/+5
|
* Merge branch 'main' into pipenv-to-poetryGravatar Chris2021-05-16-2/+0
|\
| * Use .gitattributes to normalise line endings on check-inGravatar MarkKoz2021-03-13-2/+0
| | | | | | | | | | | | | | | | | | | | Remove the mixed line endings pre-commit hook because it is obsolete. Relying on git to handle line endings means contributors have more flexibility with which line endings they want to use on check-out. The settings in .gitattributes only impose which line endings will be used upon check-in (LF), which should not impact local development; git will still respect the core.eol and core.autocrlf settings.
* | Alter pre-commitGravatar Joe Banks2021-03-10-2/+2
|/
* Changed Python language hook to system.Gravatar xithrius2021-01-02-1/+1
|
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-4/+19
| | | | | | | | | | | | | | | | | | | | | | Hooks added: * check-merge-conflict - checks for files with merge conflict strings * check-toml - attempts to load all toml files to verify syntax * check-yaml - attempts to load all yaml files to verify syntax * end-of-file-fixer - ensures files end in a newline and only a newline * mixed-line-ending - replaces mixed line endings with LF * trailing-whitespace - trims trailing whitespace * python-check-blanket-noqa - enforces that noqa annotations always occur with specific codes Changes made to comply with new hooks: * Remove trailing whitespaces * Convert some CRLF files to LF * Remove noqa and add missing type annotations * Add missing newlines at end of files See: python-discord/organisation#138
* Use pipenv lint script for pre-commit hookGravatar S. Co12019-09-03-12/+8
|
* Pin Pydocstyle < 4.0 to fix flake8-docstrings breakingGravatar sco12019-07-10-0/+1
|
* Update pre-commit config so actually it uses the flake8 pluginsGravatar sco12019-05-30-2/+10
|
* Add precommit dev dependency and relockGravatar sco12019-01-19-0/+5