Skip to content

Commit

Permalink
⬆️ Bump pyproject-flake8 from 0.0.1a4 to 0.0.1a5 (#35)
Browse files Browse the repository at this point in the history
* ⬆️ Bump pyproject-flake8 from 0.0.1a4 to 0.0.1a5

Bumps [pyproject-flake8](https://github.com/csachs/pyproject-flake8) from 0.0.1a4 to 0.0.1a5.
- [Release notes](https://github.com/csachs/pyproject-flake8/releases)
- [Commits](csachs/pyproject-flake8@v0.0.1a4...v0.0.1a5)

---
updated-dependencies:
- dependency-name: pyproject-flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ronie Martinez <[email protected]>
  • Loading branch information
dependabot[bot] and roniemartinez authored Sep 1, 2022
1 parent ad600d6 commit fefe878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ autoflake = "^1.5.2"
black = "^22.8"
isort = "^5.10.1"
mypy = "^0.971"
pyproject-flake8 = "^0.0.1a3"
pyproject-flake8 = "^0.0.1a5"
pytest = "^7.1.2"
pytest-clarity = "^1.0.1"
pytest-cov = "^3.0.0"
Expand Down Expand Up @@ -72,7 +72,7 @@ ignore_missing_imports = true

[tool.flake8]
max-line-length = 120
extend-ignore = "E203"
extend-ignore = ["E203"]
extend-exclude = """
setup.py,
"""
Expand Down

0 comments on commit fefe878

Please sign in to comment.