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

ci KF-3627: Unpin flake8 with CI #103

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions charms/argo-controller/requirements-lint.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
codespell
colorama
flake8<6
flake8
flake8-builtins
# Pinned because `flake8-copyright==0.2.3` is incompatible with `flake8>=6`. Can unpin this
# when https://github.com/savoirfairelinux/flake8-copyright/pull/20 or a similar fix is released
flake8-copyright
pep8-naming
pyproject-flake8
Expand Down
28 changes: 16 additions & 12 deletions charms/argo-controller/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements-lint.in
# pip-compile --resolver=backtracking requirements-lint.in
#
black==22.12.0
black==23.1.0
# via -r requirements-fmt.txt
click==8.1.3
# via
# -r requirements-fmt.txt
# black
codespell==2.2.2
codespell==2.2.5
# via -r requirements-lint.in
colorama==0.4.6
# via -r requirements-lint.in
flake8==5.0.4
flake8==6.0.0
# via
# -r requirements-lint.in
# flake8-builtins
Expand All @@ -24,36 +24,40 @@ flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.11.2
isort==5.12.0
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via
# -r requirements-fmt.txt
# black
pathspec==0.10.3
packaging==23.0
# via
# -r requirements-fmt.txt
# black
pathspec==0.11.0
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==2.6.0
platformdirs==3.1.0
# via
# -r requirements-fmt.txt
# black
pycodestyle==2.9.1
pycodestyle==2.10.0
# via flake8
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pyproject-flake8==5.0.4.post1
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
tomli==2.0.1
# via
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# -r requirements-fmt.txt
# black
Expand Down
4 changes: 1 addition & 3 deletions charms/argo-server/requirements-lint.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
codespell
flake8<6
flake8
flake8-builtins
# Pinned because `flake8-copyright==0.2.3` is incompatible with `flake8>=6`. Can unpin this
# when https://github.com/savoirfairelinux/flake8-copyright/pull/20 or a similar fix is released
flake8-copyright
pep8-naming
pyproject-flake8
Expand Down
28 changes: 16 additions & 12 deletions charms/argo-server/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements-lint.in
# pip-compile --resolver=backtracking requirements-lint.in
#
black==22.12.0
black==23.1.0
# via -r requirements-fmt.txt
click==8.1.3
# via
# -r requirements-fmt.txt
# black
codespell==2.2.2
codespell==2.2.5
# via -r requirements-lint.in
flake8==5.0.4
flake8==6.0.0
# via
# -r requirements-lint.in
# flake8-builtins
Expand All @@ -22,36 +22,40 @@ flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.11.2
isort==5.12.0
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via
# -r requirements-fmt.txt
# black
pathspec==0.10.3
packaging==23.0
# via
# -r requirements-fmt.txt
# black
pathspec==0.11.0
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==2.6.0
platformdirs==3.1.0
# via
# -r requirements-fmt.txt
# black
pycodestyle==2.9.1
pycodestyle==2.10.0
# via flake8
pyflakes==2.5.0
pyflakes==3.0.1
# via flake8
pyproject-flake8==5.0.4.post1
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
tomli==2.0.1
# via
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# -r requirements-fmt.txt
# black
Expand Down