Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Bump flake8-isort from 4.0.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@4.0.0...4.1.1)

---
updated-dependencies:
- dependency-name: flake8-isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2022
1 parent 97ca7e3 commit b017ce6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
37 changes: 19 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ pytest-asyncio = "^0.15.1"
pytest-cov = "^2.12.1"

# Sort imports
isort = { extras = ["pyproject"], version = "^5.9.1" }
flake8-isort = "^4.0.0"
isort = { extras = ["pyproject"], version = "^5.10.1" }
flake8-isort = "^4.1.1"

# Auto formatting
black = "^22.3"
flake8-black = "^0.2.1"
flake8-black = "^0.3.2"

# Typing
mypy = "^0.910"
Expand All @@ -66,7 +66,7 @@ pep8-naming = "^0.11.1"
flake8-2020 = "^1.6.0"

# Detect potentially buggy functions
flake8-bugbear = "^21.3.2"
flake8-bugbear = "^22.3.23"

# No builtin names
flake8-builtins = "^1.5.3"
Expand Down

0 comments on commit b017ce6

Please sign in to comment.