Skip to content

Commit

Permalink
Add back Black
Browse files Browse the repository at this point in the history
  • Loading branch information
frwickst committed Dec 27, 2023
1 parent 4fc5777 commit 196efd7
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run style tests
run: |
source .venv/bin/activate
ruff check . && flake8 && isort . -c
black --check . && ruff check . && flake8 && isort . -c
#----------------------------------------------
# run type check
#----------------------------------------------
Expand Down
88 changes: 87 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["Frank Wickström <[email protected]>"]

[tool.poetry.dependencies]
aiohttp = { version = "^3.9.1", optional = true }
black = "^23.12.1"
mashumaro = "^3.11"
python = "^3.9"
ruff = "^0.1.9"
Expand Down

0 comments on commit 196efd7

Please sign in to comment.