mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
build: fix pre-commit stages
This commit is contained in:
parent
f518862a77
commit
391bddc1fa
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@ repos:
|
||||||
name: Run additional linters
|
name: Run additional linters
|
||||||
entry: tools/additional_lint
|
entry: tools/additional_lint
|
||||||
language: python
|
language: python
|
||||||
stages: [commit]
|
stages: [pre-commit]
|
||||||
|
|
||||||
- id: additional-lint -a
|
- id: additional-lint -a
|
||||||
name: Run additional linters (repo-wide)
|
name: Run additional linters (repo-wide)
|
||||||
entry: tools/additional_lint -a
|
entry: tools/additional_lint -a
|
||||||
language: python
|
language: python
|
||||||
stages: [commit]
|
stages: [pre-commit]
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
||||||
- id: imports
|
- id: imports
|
||||||
|
@ -31,4 +31,4 @@ repos:
|
||||||
name: Update game flow files
|
name: Update game flow files
|
||||||
entry: tools/update_gameflow
|
entry: tools/update_gameflow
|
||||||
language: python
|
language: python
|
||||||
stages: [commit]
|
stages: [pre-commit]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue