Skip to content

Commit

Permalink
Updated with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Graber committed Feb 23, 2024
1 parent 3e7584e commit 8586aba
Show file tree
Hide file tree
Showing 10 changed files with 497 additions and 1,049 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,6 @@ Temporary Items

# .nfs files are created when an open file is removed but is still being accessed
.nfs*
.ruff_cache
.mypy_cache
.pytest_cache
334 changes: 275 additions & 59 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 @@ -132,29 +132,13 @@ setup: |
exact: false

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

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

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

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

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

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

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

This file was deleted.

Loading

0 comments on commit 8586aba

Please sign in to comment.