Skip to content

Commit

Permalink
Merge pull request #77 from languitar/deps/flake8-bump
Browse files Browse the repository at this point in the history
chore(deps): bump flake8 with required plugins
  • Loading branch information
languitar committed Mar 6, 2022
2 parents e11dfa4 + d39cdba commit e9e74ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-check.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pydocstyle==6.1.1
flake8==3.7.9
flake8==3.9.1
dlint==0.12.0
flake8-annotations==2.7.0
flake8-bandit==2.1.2
Expand All @@ -24,7 +24,7 @@ flake8-print==4.0.0
flake8-pytest-style==1.6.0
flake8-simplify==0.18.1
flake8-string-format==0.3.0
flake8-tidy-imports==4.1.0
flake8-tidy-imports==4.6.0
flake8-variables-names==0.0.5
pep8-naming==0.11.1
mypy==0.931
Expand Down
2 changes: 1 addition & 1 deletion test_passgithelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def test_uses_configured_encoding(self, capsys: Any) -> None:
passgithelper.main(["get"])

out, _ = capsys.readouterr()
assert out == f"password=täßt\n"
assert out == "password=täßt\n"

@pytest.mark.parametrize(
"_helper_config",
Expand Down

0 comments on commit e9e74ea

Please sign in to comment.