Skip to content

Commit

Permalink
Bump flake8 from 4.0.1 to 6.0.0 (#177)
Browse files Browse the repository at this point in the history
* Bump flake8 from 4.0.1 to 6.0.0

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@4.0.1...6.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* ignore E231

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
  • Loading branch information
dependabot[bot] and ludeeus committed May 14, 2024
1 parent 6632e41 commit 41b2a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mock==4.0.3
coverage==7.5.1
black==24.4.2
flake8==7.0.0
flake8==6.0.0
pylint==2.15.5
pytest==8.2.0
moto[cognitoidp]>=5.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ use_parentheses = true

[flake8]
max-line-length = 88
ignore = E501, W503, E203
ignore = E231, E501, W503, E203

0 comments on commit 41b2a59

Please sign in to comment.