Skip to content

Commit

Permalink
replace black with ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Nov 24, 2023
1 parent 8b9929c commit a4a1d47
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion environments/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pip
twine

# linting/testing
black
nbdime
nbqa
pre-commit
Expand Down
1 change: 0 additions & 1 deletion tests/environments/env-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
- scipy

# linting/testing
- black=23
- hatch
- pre-commit
- pytest
Expand Down
1 change: 0 additions & 1 deletion tests/environments/env-test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
- scipy=1.5

# linting/testing
- black=23
- hatch
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/format.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
ruff check . --fix-only
black .
ruff format .

0 comments on commit a4a1d47

Please sign in to comment.