Commit Graph

11 Commits

Author SHA1 Message Date
Jeremy Stretch
091fb038aa Closes #18348: Disable legacy pre-commit hook script 2025-01-13 08:50:34 -05:00
Jeremy Stretch
f8dfb7985d Closes #16248: Replace git commit hook script with pre-commit 2024-10-11 15:55:02 -04:00
Jeremy Stretch
9aef95da97 Closes #17733: Replace pycodestyle with ruff (#17734)
* Resolve F541 errors

* Resolve F841 errors

* Resolve F811 errors

* Resolve F901 errors

* Resolve E714 errors

* Ignore F821 errors for GraphQL mixins

* Replace pycodestyle with ruff

* Move ignores to ruff.toml
2024-10-11 07:43:46 -04:00
Arthur Hanson
722a306416 10310 pre commit yarn (#10315)
* #10310 run yarn pre-commit only if static files changed
2022-09-12 09:16:17 -04:00
jeremystretch
f66f297fee Allow bypassing the pre-commit script with NOVALIDATE=1 2021-11-05 13:40:38 -04:00
Matt
ea7a438a33 Add UI checks to pre-commit and CI 2021-08-24 00:41:10 -07:00
checktheroads
86e16d3e22 don't run pycodestyle on node_modules directory 2021-04-26 00:34:25 -07:00
Daniel Sheppard
ec62401815 Update pre-commit script to support virtual environment within IDE 2020-09-30 08:28:48 -05:00
Jeremy Stretch
aa7db65041 Fixed git commit hook 2019-12-06 12:54:13 -05:00
Jeremy Stretch
2fcefa43a4 Extend git commit hook to check for missing schema migrations 2019-12-06 12:42:59 -05:00
Jeremy Stretch
7243e55387 Closes #2559: Add a pre-commit git hook to enforce PEP8 validation 2018-11-08 13:52:34 -05:00