Skip to content

Commit

Permalink
Fix Ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Mar 14, 2024
1 parent e266ef9 commit 73b0111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ repos:
# Add --fix, in case you want it to autofix when this hook runs
entry: poetry run ruff check --force-exclude
require_serial: true
language: system
types: [ python ]
- id: mypy
name: mypy
entry: poetry run mypy .
Expand Down

0 comments on commit 73b0111

Please sign in to comment.