Skip to content

Commit

Permalink
Fix broken poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Aug 11, 2023
1 parent 11a08df commit b18c2c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10']
fail-fast: false
steps:
- name: Check out
Expand Down
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
repos:
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
args: [
'--max-line-length=120'
]

- repo: https://github.com/psf/black
rev: "22.8.0"
hooks:
Expand Down
1 change: 0 additions & 1 deletion test_file_manifest.txt

This file was deleted.

0 comments on commit b18c2c6

Please sign in to comment.