Skip to content

Commit

Permalink
Bump black from 22.12.0 to 23.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 10, 2023
1 parent d096251 commit 8d3cd40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docs =
dev =
bandit
black == 22.12.0
black == 23.1.0
flake8
isort > 5
mypy
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_input_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_database_register_empty():
],
)
def test_initialize_data(monkeypatch, paths):

monkeypatch.setenv(
"SPAEMIS_INPUT_PATHS",
",".join(paths),
Expand Down

0 comments on commit 8d3cd40

Please sign in to comment.