Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#143)
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/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
- [github.com/pycqa/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2)

* [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 4, 2025
1 parent 2670361 commit ada1fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:

# Sort imports
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort
Expand All @@ -41,7 +41,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff
args:
Expand All @@ -51,7 +51,7 @@ repos:

# Security linter
- repo: https://github.com/pycqa/bandit
rev: 1.8.0
rev: 1.8.2
hooks:
- id: bandit
name: bandit
Expand Down
2 changes: 1 addition & 1 deletion xitomatl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def parse_args():
"-c",
"--config",
type=str,
help=("set the configuration file path" f"(default {QSettings().fileName()})"),
help=(f"set the configuration file path(default {QSettings().fileName()})"),
)
parser.add_argument(
"-d",
Expand Down

0 comments on commit ada1fce

Please sign in to comment.