Skip to content

Commit

Permalink
chores: add ruff as additional linter
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Jun 28, 2024
1 parent 3638f5d commit 2ec3bd2
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 148 deletions.
5 changes: 4 additions & 1 deletion RunChecks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Run quality checks
# ------------------

# 2024-05-07, T. Graf
# 2024-06-28, T. Graf

Write-Host "flake8 ..."
poetry run flake8

Write-Host "ruff ..."
poetry run ruff check

Write-Host "markdownlint ..."
npx -q markdownlint-cli *.md

Expand Down
Loading

0 comments on commit 2ec3bd2

Please sign in to comment.