diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 189c459..0fad31e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,12 @@ repos: args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 language: python diff --git a/comments/isso_wsgi.py b/comments/isso_wsgi.py index aacd495..ffd9a0e 100644 --- a/comments/isso_wsgi.py +++ b/comments/isso_wsgi.py @@ -19,7 +19,7 @@ application = make_app( config.load( default=config.default_file(), - user=str(isso_conf_file.resolve()) + user=str(isso_conf_file.resolve()), # default=os.path.join(dist.location, dist.project_name, "defaults.ini"), # user=str(isso_conf_file.resolve()), ),