Skip to content

Commit

Permalink
Add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Graber committed Apr 17, 2024
1 parent 35b93c1 commit 8396df4
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 1,031 deletions.
289 changes: 233 additions & 56 deletions README.md

Large diffs are not rendered by default.

20 changes: 2 additions & 18 deletions config/gatorgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,13 @@ setup: |
exact: false

# run a command
- description: Pass the source code formatting checks run by black
command: cd matrix && poetry run task black

# run a command
- description: Pass the linting checks run by flake8
command: cd matrix && poetry run task flake8

# run a command
- description: Pass the import checks run by isort
command: cd matrix && poetry run task isort
- description: Pass the source code linting and formatting checks run by ruff
command: cd matrix && poetry run task ruff

# run a command
- description: Pass the linting checks run by mypy
command: cd matrix && poetry run task mypy

# run a command
- description: Pass the linting checks run by pydocstyle
command: cd matrix && poetry run task pydocstyle

# run a command
- description: Pass the linting checks run by pylint
command: cd matrix && poetry run task pylint

# run a command
- description: Pass the linting checks run by pymarkdown
command: cd matrix && poetry run task markdownlint
Expand Down
5 changes: 0 additions & 5 deletions matrix/.flake8

This file was deleted.

Loading

0 comments on commit 8396df4

Please sign in to comment.