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
|
||||
entry: tools/additional_lint
|
||||
language: python
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
||||
- id: additional-lint -a
|
||||
name: Run additional linters (repo-wide)
|
||||
entry: tools/additional_lint -a
|
||||
language: python
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
pass_filenames: false
|
||||
|
||||
- id: imports
|
||||
|
@ -31,4 +31,4 @@ repos:
|
|||
name: Update game flow files
|
||||
entry: tools/update_gameflow
|
||||
language: python
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue