Skip to content

Commit be6217a

Browse files
authored
Bugfix - pre-commit path (#157)
Updated dependencies. Removed python-3.6
1 parent 0fec3ab commit be6217a

File tree

5 files changed

+966
-729
lines changed

5 files changed

+966
-729
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run image
2121
uses: abatilo/[email protected]
2222
with:
23-
poetry-version: 1.1.12
23+
poetry-version: 1.3.2
2424
- name: Publish python package
2525
run: poetry version ${{ steps.vars.outputs.tag }} && poetry build && poetry publish -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
2626
- name: Auto commit pyproject.toml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [3.7, 3.8, 3.9]
14-
poetry-version: [1.1.12]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
14+
poetry-version: [1.3.2]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: mypy
1818
- repo: "https://github.com/PyCQA/isort"
19-
rev: 5.10.1
19+
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222
- repo: "https://github.com/asottile/seed-isort-config"
@@ -29,7 +29,7 @@ repos:
2929
- id: docformatter
3030
args:
3131
- "--in-place"
32-
- repo: "https://gitlab.com/pycqa/flake8"
32+
- repo: "https://github.com/PyCQA/flake8"
3333
rev: 3.9.2
3434
hooks:
3535
- id: flake8

0 commit comments

Comments
 (0)