Skip to content

Commit

Permalink
Merge pull request #43 from geotribu/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Guts authored Apr 2, 2024
2 parents 8b96367 + 5c573df commit 52da50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion comments/isso_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
),
Expand Down

0 comments on commit 52da50e

Please sign in to comment.