Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Bump flake8-bugbear from 19.8.0 to 20.1.4 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 2, 2020
1 parent a1fbf80 commit b421817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: 3.7.9
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear==19.3.0']
additional_dependencies: ['flake8-bugbear==20.1.4']
- repo: https://github.com/asottile/blacken-docs
rev: v1.5.0-1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
INSTALL_REQUIRES = ("marshmallow>=2.15.2",)
EXTRAS_REQUIRE = {
"tests": ["pytest", "mock", "faker==2.0.5", "Flask==1.1.1"],
"lint": ["flake8==3.7.9", "flake8-bugbear==19.8.0", "pre-commit~=2.0"],
"lint": ["flake8==3.7.9", "flake8-bugbear==20.1.4", "pre-commit~=2.0"],
}
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]

Expand Down

0 comments on commit b421817

Please sign in to comment.