Skip to content

Commit

Permalink
split
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 20, 2024
1 parent 44b2f68 commit ab6b351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/style_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
pip install .
pip install click "black[jupyter]==24.01" "mypy==1.8.0" \
types-python-dateutil types-waitress types-PyYAML
- name: Style and type checks
run: |
just black
just mypy
- name: Style check
run: just black
- name: Type check
run: just mypy
- name: Check license headers
run: just license
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[tool.black]
target-version = ['py38']
line-length = 79

[tool.pytest.ini_options]
Expand Down

0 comments on commit ab6b351

Please sign in to comment.