Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2008)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pappasam/toml-sort: v0.23.1 →
v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 →
v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/pylint-dev/pylint: v3.3.1 →
v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
- [github.com/nbQA-dev/nbQA: 1.8.7 →
1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
- [github.com/kynan/nbstripout: 0.8.0 →
0.8.1](kynan/nbstripout@0.8.0...0.8.1)
- [github.com/executablebooks/mdformat: 0.7.18 →
0.7.19](hukkin/mdformat@0.7.18...0.7.19)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 →
0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Dec 9, 2024
2 parents 2ede288 + a12d1f9 commit 331e637
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
args: [ '--autofix', '--no-ensure-ascii', '--no-sort-keys' ]
exclude: '.ipynb'
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
exclude: '.pylintrc.toml'
Expand All @@ -37,12 +37,12 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args: [ '--fix', '--show-fixes' ]
- repo: https://github.com/pylint-dev/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ]
Expand All @@ -57,15 +57,15 @@ repos:
hooks:
- id: vulture
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
additional_dependencies: [ 'pyupgrade==3.18.0' ]
- id: nbqa-black
additional_dependencies: [ 'black==24.10.0' ]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
files: '.ipynb'
Expand All @@ -82,7 +82,7 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
exclude: '.github/\w+.md|.github/publish-mastodon-template.md|docs/paper/paper.md'
Expand All @@ -103,7 +103,7 @@ repos:
hooks:
- id: gitleaks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down

0 comments on commit 331e637

Please sign in to comment.