Skip to content

Commit

Permalink
Repo: Added pre-commit Python checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelPh0enix committed Aug 25, 2023
1 parent 08e4c0c commit 1f833a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ repos:
entry: scripts/check_code.sh
stages: [commit]
language: system

- id: python-check-aerugo
name: Check Aerugo's Python code
entry: scripts/check_python_code.sh
stages: [commit]
language: system

- id: python-check-calldwell
name: Check Calldwell's Python code
entry: bash -c 'cd calldwell && ./scripts/check_code.sh'
stages: [commit]
language: system

0 comments on commit 1f833a4

Please sign in to comment.