Skip to content

Commit

Permalink
nox -s lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Sep 24, 2024
1 parent 7bdbb76 commit bf0aae3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ repos:
language: system
entry: poetry run nox -s type-check

# - repo: local
# hooks:
# - id: lint
# name: lint
# types: [ python ]
# pass_filenames: false
# language: system
# entry: poetry run nox -s lint
- repo: local
hooks:
- id: lint
name: lint
types: [ python ]
pass_filenames: false
language: system
entry: poetry run nox -s lint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down

0 comments on commit bf0aae3

Please sign in to comment.