Skip to content

Commit

Permalink
Remove pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Mar 29, 2023
1 parent 9e5d888 commit e2b76b5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 156 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/pre-commit.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .pre-commit-config.yaml

This file was deleted.

99 changes: 1 addition & 98 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ cattrs = ">=21.0.0,<=23.0.0"
pytest = "^5.2"
flake8 = "^3.9.2"
mypy = "^0.910"
pre-commit = "^2.14.0"
pytest-cov = "^2.10.1"
black = "^21.7b0"
python-dotenv = "^0.19.0"
Expand Down
13 changes: 3 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,32 @@
atomicwrites==1.4.1; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.4.0" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5")
attrs==21.4.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
attrs==22.2.0; python_version >= "3.6"
beautifulsoup4==4.12.0; python_full_version >= "3.6.0"
black==21.12b0; python_full_version >= "3.6.2"
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
cattrs==1.10.0; python_version >= "3.7" and python_version < "4.0"
cattrs==22.2.0; python_version >= "3.7"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
cfgv==3.3.1; python_full_version >= "3.6.1" and python_version >= "3.7"
charset-normalizer==3.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0"
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
colorama==0.4.6; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") and platform_system == "Windows"
coverage==7.2.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
distlib==0.3.6; python_version >= "3.7"
filelock==3.10.7; python_version >= "3.7"
exceptiongroup==1.1.1; python_version < "3.11" and python_version >= "3.7"
flake8==3.9.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
identify==2.5.22; python_version >= "3.7"
idna==3.4; python_version >= "3.7" and python_version < "4"
importlib-metadata==6.1.0; python_version < "3.8" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.7") and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.7" and python_version < "3.8") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
mccabe==0.6.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
more-itertools==9.1.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
mypy-extensions==0.4.4; python_version >= "3.5" and python_full_version >= "3.6.2"
mypy==0.910; python_version >= "3.5"
nodeenv==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7"
packaging==23.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
pathspec==0.11.1; python_version >= "3.7" and python_full_version >= "3.6.2"
platformdirs==3.2.0; python_version >= "3.7" and python_full_version >= "3.6.2"
pluggy==0.13.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
pre-commit==2.21.0; python_version >= "3.7"
py==1.11.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
pycodestyle==2.7.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pyflakes==2.3.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pytest-cov==2.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pytest==5.4.3; python_version >= "3.5"
python-dotenv==0.19.2; python_version >= "3.5"
pyyaml==6.0; python_version >= "3.7"
requests==2.28.2; python_version >= "3.7" and python_version < "4"
soupsieve==2.4; python_version >= "3.7" and python_full_version >= "3.6.0"
toml==0.10.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
Expand All @@ -44,6 +38,5 @@ types-requests==2.28.11.17
types-urllib3==1.26.25.10
typing-extensions==4.5.0
urllib3==1.26.15; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
virtualenv==20.21.0; python_version >= "3.7"
wcwidth==0.2.6; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
zipp==3.15.0; python_version < "3.8" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.7")

0 comments on commit e2b76b5

Please sign in to comment.