Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#937)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 69fa745 commit 3a3a4f3
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -23,7 +23,7 @@ repos:
args: ["--py38-plus", "--keep-percent-format"]
exclude: ^(constructor/nsis/.*py)
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
Expand All @@ -36,6 +36,6 @@ repos:
- id: shellcheck
exclude: ^(constructor/header.sh|constructor/osx/.*sh)
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-workflows
5 changes: 4 additions & 1 deletion constructor/preconda.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
default_prefix,
)
from .conda_interface import distro as conda_distro
from .conda_interface import get_repodata, write_repodata
from .conda_interface import (
get_repodata,
write_repodata,
)
from .utils import (
ensure_transmuted_ext,
filename_dist,
Expand Down

0 comments on commit 3a3a4f3

Please sign in to comment.