diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8306c5f3..908321a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black language_version: python3.8 diff --git a/auditlog_tests/test_settings.py b/auditlog_tests/test_settings.py index 6eda1cb8..ba29ce77 100644 --- a/auditlog_tests/test_settings.py +++ b/auditlog_tests/test_settings.py @@ -1,6 +1,7 @@ """ Settings file for the Auditlog test suite. """ + import os DEBUG = True