Skip to content

Commit c4bf3a5

Browse files
chore: pre-commit autoupdate (#7)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0bfe8b4 commit c4bf3a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/psf/black
18-
rev: 22.12.0
18+
rev: 23.1.0
1919
hooks:
2020
- id: black
2121

2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.11.4
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626

tests/test_superset_ext_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def test_load_config_from_env() -> None:
2424

2525

2626
def test_parsed_env(monkeypatch) -> None:
27-
2827
monkeypatch.setenv("SUPERSET_CONFIG", "tests/fixtures/superset_config.py")
2928
monkeypatch.setenv("SUPERSET_HOME", "tests/fixtures")
3029
monkeypatch.setenv("SUPERSET_CONFIG_PATH", "tests/fixtures/superset_config.py")

0 commit comments

Comments
 (0)