Skip to content

Commit

Permalink
Merge pull request #483 from staticdev/dependabot/pip/flake8-6.1.0
Browse files Browse the repository at this point in the history
Bump flake8 from 6.0.0 to 6.1.0
  • Loading branch information
staticdev committed Aug 22, 2023
2 parents d49b28b + 787f26f commit 801e4da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def test_main_locale_fail(
result = runner.invoke(__main__.main)

assert result.output.startswith("Erro: locale xyz não encontrado.")
assert type(result.exception) == SystemExit
assert isinstance(result.exception, SystemExit)

0 comments on commit 801e4da

Please sign in to comment.