Skip to content

Commit

Permalink
general: configuring CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-yakovlev committed Dec 18, 2023
1 parent 1639898 commit 98df7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
pip install -r requirements-dev.txt
- name: "black"
run: black . --check -l 120 --diff --color
run: black . --check --diff --color

- name: "mypy"
run: mypy src --ignore-missing-imports --implicit-optional

0 comments on commit 98df7c2

Please sign in to comment.