Skip to content

Commit

Permalink
feat: pre-commit linting on python files
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Dec 12, 2023
1 parent bb36cac commit c71957c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-ast
files: \.py$
files: '\.py$'
- id: check-case-conflict
- id: check-merge-conflict
- id: forbid-submodules
Expand All @@ -14,7 +14,7 @@ repos:
- repo: local
hooks:
- id: fix-linting
files: '\.py$'
entry: poetry run task lint --fix
files: \.py$
language: system
name: Fix Linting

0 comments on commit c71957c

Please sign in to comment.