Skip to content

Commit

Permalink
Start Python CI6
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Apr 5, 2024
1 parent 06597fa commit 3348e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Run flake8
run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Run mypy
run: mypy aaanalysis/__init__.py
run: mypy aaanalysis/__init__.py --follow-imports=skip
- name: Check code formatting with black
run: black --check ./

0 comments on commit 3348e62

Please sign in to comment.