Skip to content

Commit

Permalink
Bump flake8-annotations from 2.7.0 to 2.8.0 in /python (#3786)
Browse files Browse the repository at this point in the history
* Bump flake8-annotations from 2.7.0 to 2.8.0 in /python

Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sco1/flake8-annotations/releases)
- [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md)
- [Commits](sco1/flake8-annotations@v2.7.0...v2.8.0)

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

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

* Ignore new ANN401 introduced by sco1/flake8-annotations#131 with flake8-annotations 2.8.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Stupp <snazy@snazy.de>
  • Loading branch information
dependabot[bot] and snazy committed Mar 31, 2022
1 parent 9d371ed commit 6e01b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements_lint.txt
Expand Up @@ -16,7 +16,7 @@
-r requirements_dev.txt
bandit==1.7.4
black==22.3.0
flake8-annotations==2.7.0
flake8-annotations==2.8.0
flake8-bandit==3.0.0
flake8-black==0.3.2
flake8-bugbear==22.3.23
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Expand Up @@ -17,7 +17,7 @@ universal = 1
[flake8]
exclude = docs
select = ANN,B,B9,B950,BLK,C,D,E,F,I,S,W
ignore = ANN101,ANN102,S101,D412,W503
ignore = ANN101,ANN102,ANN401,S101,D412,W503
max-line-length = 140
max-complexity = 10
application-import-names = pynessie,tests
Expand Down

0 comments on commit 6e01b1f

Please sign in to comment.