Skip to content

Commit

Permalink
ruff update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeluca committed Aug 10, 2024
1 parent 17b32a6 commit 707c416
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Never enforce `E501` (line length violations).
ignore = ["E501"]
lint.ignore = ["E501"]
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ test:

.PHONY: lint
lint:
ruff check --format=github --select=E9,F63,F7,F82 --target-version=py37 .
ruff check --format=github --target-version=py37 .
ruff check

.PHONY: update-examples
update-example:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matplotlib
argparse
pytest
pytest-cov
ruff
ruff==0.5.7
seaborn
pandas
tabulate

0 comments on commit 707c416

Please sign in to comment.