As mentioned in the issue, 3.6 is not supported by ubuntu-latest runners in github actions.
I simply dropped it from the test and the actions.
I also identified issues in the pycqa url in the pre-commit (flake8 came back to github) and isort version had a deprecated poetry config so I moved it to the latest one.
Fix #228
As mentioned in the issue, 3.6 is not supported by ubuntu-latest runners in github actions. I simply dropped it from the test and the actions.
I also identified issues in the pycqa url in the pre-commit (flake8 came back to github) and isort version had a deprecated poetry config so I moved it to the latest one.