-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from GispoCoding/update-lint-dependencies
Upgrade development and linting dependencies
- Loading branch information
Showing
9 changed files
with
179 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ jobs: | |
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
- uses: pre-commit/[email protected] | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.9" | ||
cache: pip | ||
- uses: pre-commit/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
pip-tools | ||
|
||
# Testing | ||
pytest | ||
pytest-cov | ||
pytest-qgis | ||
|
||
# Linting and formatting | ||
pre-commit | ||
black | ||
isort | ||
flake8 | ||
flake8-bugbear | ||
pep8-naming | ||
flake8-qgis | ||
PyQt5-stubs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,117 @@ | ||
# Testing | ||
pytest~=6.2.3 | ||
pytest-cov~=2.12.1 | ||
pytest-qgis~=0.1.0 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile '.\requirements-dev.in' | ||
# | ||
astor==0.8.1 | ||
# via flake8-qgis | ||
attrs==23.1.0 | ||
# via flake8-bugbear | ||
black==23.11.0 | ||
# via -r .\requirements-dev.in | ||
build==1.0.3 | ||
# via pip-tools | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
click==8.1.7 | ||
# via | ||
# black | ||
# pip-tools | ||
colorama==0.4.6 | ||
# via | ||
# build | ||
# click | ||
# pytest | ||
coverage[toml]==7.3.2 | ||
# via | ||
# coverage | ||
# pytest-cov | ||
distlib==0.3.7 | ||
# via virtualenv | ||
exceptiongroup==1.1.3 | ||
# via pytest | ||
filelock==3.13.1 | ||
# via virtualenv | ||
flake8==6.1.0 | ||
# via | ||
# -r .\requirements-dev.in | ||
# flake8-bugbear | ||
# flake8-qgis | ||
# pep8-naming | ||
flake8-bugbear==23.9.16 | ||
# via -r .\requirements-dev.in | ||
flake8-qgis==1.0.0 | ||
# via -r .\requirements-dev.in | ||
identify==2.5.31 | ||
# via pre-commit | ||
importlib-metadata==6.8.0 | ||
# via build | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isort==5.12.0 | ||
# via -r .\requirements-dev.in | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy-extensions==1.0.0 | ||
# via black | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
packaging==23.2 | ||
# via | ||
# black | ||
# build | ||
# pytest | ||
pathspec==0.11.2 | ||
# via black | ||
pep8-naming==0.13.3 | ||
# via -r .\requirements-dev.in | ||
pip-tools==7.3.0 | ||
# via -r .\requirements-dev.in | ||
platformdirs==3.11.0 | ||
# via | ||
# black | ||
# virtualenv | ||
pluggy==1.3.0 | ||
# via pytest | ||
pre-commit==3.5.0 | ||
# via -r .\requirements-dev.in | ||
pycodestyle==2.11.1 | ||
# via flake8 | ||
pyflakes==3.1.0 | ||
# via flake8 | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
pyqt5-stubs==5.15.6.0 | ||
# via -r .\requirements-dev.in | ||
pytest==7.4.3 | ||
# via | ||
# -r .\requirements-dev.in | ||
# pytest-cov | ||
# pytest-qgis | ||
pytest-cov==4.1.0 | ||
# via -r .\requirements-dev.in | ||
pytest-qgis==1.3.5 | ||
# via -r .\requirements-dev.in | ||
pyyaml==6.0.1 | ||
# via pre-commit | ||
tomli==2.0.1 | ||
# via | ||
# black | ||
# build | ||
# coverage | ||
# pip-tools | ||
# pyproject-hooks | ||
# pytest | ||
typing-extensions==4.8.0 | ||
# via black | ||
virtualenv==20.24.6 | ||
# via pre-commit | ||
wheel==0.41.3 | ||
# via pip-tools | ||
zipp==3.17.0 | ||
# via importlib-metadata | ||
|
||
# Linting and formatting | ||
pre-commit>=2.12.1 | ||
black~=21.7b0 | ||
isort~=5.9.3 | ||
flake8~=3.9.2 | ||
flake8-bugbear~=21.4.3 | ||
pep8-naming~=0.12.1 | ||
flake8-qgis>=0.1.4 | ||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |