Skip to content

Commit

Permalink
build: fix pre-commit stages
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Jan 19, 2025
1 parent f518862 commit 391bddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@ repos:
name: Update game flow files
entry: tools/update_gameflow
language: python
stages: [commit]
stages: [pre-commit]

0 comments on commit 391bddc

Please sign in to comment.