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

chore: Bump flake8, flake8-comprehensions and flake8-bugbear. #341

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

sacsar
Copy link
Contributor

@sacsar sacsar commented Nov 24, 2023

Description

flake8 version 6.0.0 had a bug that lead to false positives for E231 in Python 3.12 which was fixed in 6.1.0. This commit bumps flake8 to 6.1.0, flake8-comprehensions to 3.14.0, to pick up explicit support for Python 3.12, and flake8-bugbear to 23.9.16 to pick up support for 3.12 and a bugfix.

Checklist:

  • I have updated the documentation in the README.md file or my changes don't require an update.
  • I have added an entry in CHANGELOG.md.
  • I have added or adapted tests to cover my changes.
  • I have run tox -e fix-style to format my code and checked the result with tox -e style.

flake8 version 6.0.0 had a bug that lead to false positives for E231 in
Python 3.12 which was fixed in 6.1.0. This commit bumps flake8 to 6.1.0,
flake8-comprehensions to 3.14.0, to pick up explicit support for
Python 3.12, and flake8-bugbear to 23.9.16 to pick up support for 3.12
and a bugfix.
@jendrikseipp jendrikseipp merged commit f13cc87 into jendrikseipp:main Nov 24, 2023
15 checks passed
@jendrikseipp
Copy link
Owner

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants