Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent cc83909 commit e71a58a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9, '3.10', '3.11']
python-version: [3.9, '3.10', '3.11']
os: [ubuntu-latest]
# add, if needed: [macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
pdm config venv.with_pip True
pdm sync -d -G testing
- name: Run Tests and Checks
run: |
pdm run all
pdm run all
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ extend-ignore = [
"E501",
"E203", # Allow spacing before colon (to favor Black).
]

2 changes: 1 addition & 1 deletion src/inventories/hazard/inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2767,4 +2767,4 @@
"units": "months/year"
}
]
}
}

0 comments on commit e71a58a

Please sign in to comment.