Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete old .pre-commit-config.yaml files #176

Merged
merged 12 commits into from
Feb 20, 2023
Merged
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ repos:
rev: v2.7
hooks:
- id: vulture
exclude: "/tests/"
exclude: |
/tests/

- repo: https://github.com/psf/black
rev: "23.1.0"
Expand All @@ -48,12 +49,12 @@ repos:
(?x)(
^boefjes/ |
^keiko/templates |
^mula/whitelist.py$ |
^mula/whitelist\.py$ |
^octopoes/ |
^rocky/ |
/tests/ |
docs/source/conf.py$ |
setup.py$
docs/source/conf\.py$ |
setup\.py$
)

- repo: https://github.com/charliermarsh/ruff-pre-commit
Expand Down
5 changes: 0 additions & 5 deletions boefjes/.flake8

This file was deleted.

34 changes: 0 additions & 34 deletions boefjes/.pre-commit-config.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions bytes/.flake8

This file was deleted.

45 changes: 0 additions & 45 deletions bytes/.pre-commit-config.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions keiko/.flake8

This file was deleted.

57 changes: 0 additions & 57 deletions keiko/.pre-commit-config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion keiko/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ vulture = "^2.5"

[tool.poetry.dev-dependencies]
black = "^22.6.0"
flake8 = "^5.0.4"
mypy = "^0.971"
pylint = "^2.14.5"
robotframework-tidy = "^3.2"
Expand Down
1 change: 0 additions & 1 deletion keiko/requirements-check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ click==8.1.3 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
commonmark==0.9.1 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0"
idna==3.4 ; python_version >= "3.8" and python_version < "4"
isort==5.10.1 ; python_version >= "3.8" and python_version < "4.0"
lazy-object-proxy==1.8.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
1 change: 0 additions & 1 deletion keiko/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
commonmark==0.9.1 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.6 ; python_version >= "3.8" and python_version < "4.0"
fastapi==0.85.2 ; python_version >= "3.8" and python_version < "4.0"
flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.4 ; python_version >= "3.8" and python_version < "4"
isort==5.10.1 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
10 changes: 0 additions & 10 deletions mula/.flake8

This file was deleted.

44 changes: 0 additions & 44 deletions mula/.pre-commit-config.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions octopoes/.flake8

This file was deleted.

54 changes: 0 additions & 54 deletions octopoes/.pre-commit-config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion octopoes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ vulture = "^2.6"
mypy = "^0.982"
pylint = "^2.15.4"
black = "^22.10.0"
flake8 = "^5.0.4"
robotframework = "^6.0"
robotframework-requests = "^0.9.3"
robotframework-tidy = "^3.3.1"
Expand Down
1 change: 0 additions & 1 deletion octopoes/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ exceptiongroup==1.1.0 ; python_version >= "3.8" and python_version < "3.11"
fastapi-utils==0.2.1 ; python_version >= "3.8" and python_version < "4.0"
fastapi==0.88.0 ; python_version >= "3.8" and python_version < "4.0"
filelock==3.9.0 ; python_version >= "3.8" and python_version < "4.0"
flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0"
greenlet==2.0.1 ; python_version >= "3.8" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
httpcore==0.16.3 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ disallow_untyped_decorators = false # Needed for FastAPI decorators

[tool.vulture]
min_confidence = 90
exclude = ["/tests/", "/venv/"]
exclude = ["/tests/", "*venv*"]
paths = ["."]


Expand Down
16 changes: 0 additions & 16 deletions rocky/.flake8

This file was deleted.

Loading