Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:

- name: Run lint
id: lint
run: hatch run test-lint
run: hatch fmt --linter --check
continue-on-error: false
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ repos:
hooks:
- id: hatch-format
name: Format code
entry: hatch run test-format
entry: hatch fmt --formatter --check
language: system
pass_filenames: false
types: [python]
stages: [pre-commit]
- id: hatch-lint
name: Lint code
entry: hatch run test-lint
entry: hatch fmt --linter --check
language: system
pass_filenames: false
types: [python]
Expand Down
Loading