Skip to content

Commit

Permalink
improve black check
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Mar 13, 2024
1 parent d842b95 commit f707f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Test formatting with isort and black
run: |
poetry run isort --check recordmaster/
poetry run black .
poetry run black --check .
mypy:
runs-on: ubuntu-22.04
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# INWX API
# INWX DNS Recordmaster

[![Test suites](https://github.com/mxmehl/inwx-dns-recordmaster/actions/workflows/test.yaml/badge.svg)](https://github.com/mxmehl/inwx-dns-recordmaster/actions/workflows/test.yaml)

0 comments on commit f707f5e

Please sign in to comment.