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 #252

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/jupyter-controller/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
46 changes: 23 additions & 23 deletions charms/jupyter-controller/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-lint.in
# pip-compile --resolver=backtracking requirements-lint.in
#
black==22.12.0
# via -r ./requirements-fmt.txt
# via -r requirements-fmt.txt
click==8.1.3
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
codespell==2.2.2
# via -r ./requirements-lint.in
flake8==5.0.4
codespell==2.2.5
# via -r requirements-lint.in
flake8==6.0.0
# via
# -r ./requirements-lint.in
# -r requirements-lint.in
# flake8-builtins
# pep8-naming
# pyproject-flake8
flake8-builtins==2.0.1
# via -r ./requirements-lint.in
flake8-copyright==0.2.3
# via -r ./requirements-lint.in
flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.11.2
# via -r ./requirements-fmt.txt
# via -r requirements-fmt.txt
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
pathspec==0.10.3
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
pep8-naming==0.13.2
# via -r ./requirements-lint.in
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==2.6.0
# via
# -r ./requirements-fmt.txt
# -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
# via -r ./requirements-lint.in
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
tomli==2.0.1
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.4.0
# via
# -r ./requirements-fmt.txt
# -r requirements-fmt.txt
# black

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 1 addition & 3 deletions charms/jupyter-ui/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
flake8-docstrings
pep8-naming
Expand Down
23 changes: 15 additions & 8 deletions charms/jupyter-ui/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@ 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
# flake8-docstrings
# pep8-naming
# pyproject-flake8
flake8-builtins==2.0.1
flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.3
flake8-copyright==0.2.4
# via -r requirements-lint.in
flake8-docstrings==1.7.0
# via -r requirements-lint.in
isort==5.11.2
# via -r requirements-fmt.txt
Expand All @@ -34,18 +37,22 @@ pathspec==0.10.3
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.2
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==2.6.0
# via
# -r requirements-fmt.txt
# black
pycodestyle==2.9.1
pycodestyle==2.10.0
# via flake8
pyflakes==2.5.0
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.0.1
# via flake8
pyproject-flake8==5.0.4.post1
pyproject-flake8==6.0.0.post1
# via -r requirements-lint.in
snowballstemmer==2.2.0
# via pydocstyle
tomli==2.0.1
# via
# -r requirements-fmt.txt
Expand Down
4 changes: 1 addition & 3 deletions 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
16 changes: 8 additions & 8 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ 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
# pep8-naming
# pyproject-flake8
flake8-builtins==2.0.1
flake8-builtins==2.1.0
# via -r requirements-lint.in
flake8-copyright==0.2.3
flake8-copyright==0.2.4
# via -r requirements-lint.in
isort==5.11.2
# via -r requirements-fmt.txt
Expand All @@ -34,17 +34,17 @@ pathspec==0.10.3
# via
# -r requirements-fmt.txt
# black
pep8-naming==0.13.2
pep8-naming==0.13.3
# via -r requirements-lint.in
platformdirs==2.6.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
Expand Down