aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Update pre-commit hooks to use uvGravatar Joe Banks2025-07-15-1/+1
|
* Use ruff's isort implementationGravatar Chris Lovering2023-08-11-5/+0
|
* pre-commit-hooks 2.5.0 -> 4.4.0 (#2640)Gravatar Xithrius2023-06-20-1/+1
|
* Remove check-yaml unsafe argGravatar Chris Lovering2023-04-22-1/+0
| | | | This is no longer needed as we are not using any 'unsafe' yml on purpose anymore.
* Replace local flake8 linting config with ruffGravatar Chris Lovering2023-04-11-11/+8
|
* bump isort to 5.12.0 in precommit configGravatar Amrou2023-02-17-1/+1
|
* Precommit: add ISortGravatar Matteo Bertucci2021-10-14-0/+5
|
* Fix pre-commit, since flake8 isn't a taskGravatar Chris2021-05-17-1/+1
|
* Updates Usages Of Pipenv To PoetryGravatar Hassan Abouelela2021-05-11-2/+2
| | | | | | | Updates the Dockerfile, pre-commit, CI, and documentation to reflect the new dependency manager. Dockerfile is also updated to 3.9. Signed-off-by: Hassan Abouelela <[email protected]>
* 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.
* Fix flake8 pre-commit hook running through PyCharmGravatar MarkKoz2020-12-19-1/+1
|
* Remove excludes from pre-commitGravatar MarkKoz2020-03-05-1/+0
| | | | | | It was excluding files that are already ignored by git. Pre-commit respects git ignore, even with --all-files, so these ignores were redundant.
* Use pre-commit in pipenv lint scriptGravatar MarkKoz2020-03-03-1/+1
|
* Add more pre-commit hooksGravatar MarkKoz2020-03-02-3/+20
| | | | | * Remove trailing whitespaces * Specify error code for a noqa in the free command
* Use pipenv lint script for pre-commit hookGravatar S. Co12019-09-03-10/+8
|
* Update pre-commit config so it actually uses the flake8 pluginsGravatar sco12019-05-30-2/+9
|
* Add pre-commit dev dependency & flake8 configurationGravatar sco12019-01-03-0/+5
Relock pipenv Add pre-commit pipenv script