Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #134

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.5
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -27,14 +27,14 @@ repos:
args: [--ignore-words-list, 'mutch, ore']

- repo: https://github.com/PyCQA/bandit
rev: 1.7.6
rev: 1.7.8
hooks:
- id: bandit
# B101 is assert statements
args: [--recursive, --skip, B101, .]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
1 change: 0 additions & 1 deletion cmasher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

"""


# %% IMPORTS AND DECLARATIONS
# CMasher imports
from . import app_usage, cm, utils
Expand Down
1 change: 0 additions & 1 deletion cmasher/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

"""


# %% VERSIONS
# Default/Latest/Current version
__version__ = "1.8.0" # keep in sync with pyproject.toml
1 change: 0 additions & 1 deletion cmasher/app_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

"""


# %% IMPORTS
# Built-in imports
import re
Expand Down
1 change: 0 additions & 1 deletion cmasher/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

"""


# %% IMPORTS
# Built-in imports
import sys
Expand Down