Skip to content

Commit

Permalink
Remove references to black from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 16, 2024
1 parent 7e87e3a commit b7ab84e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: docs/src/python
- run: |
cd docs
make check
build-deploy:
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Check Python
run: |
pip install ruff black mypy types-dataclasses typing-extensions
pip install ruff mypy types-dataclasses typing-extensions
make check-python
- name: Install minimal stable with clippy and rustfmt
Expand Down
4 changes: 0 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ warn_return_any = false
implicit_reexport = true
strict_equality = true

[tool.black]
include = '\.pyi?$'
exclude = "venv"

[tool.ruff]
select = [
# pycodestyle error
Expand Down

0 comments on commit b7ab84e

Please sign in to comment.