Skip to content

Commit

Permalink
Merge pull request #90 from rmnldwg/release-1.2.2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
rmnldwg authored Jun 25, 2024
2 parents 473b4e3 + 4a7ab73 commit 38ec139
Show file tree
Hide file tree
Showing 29 changed files with 745 additions and 670 deletions.
23 changes: 9 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
hooks:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
files: "\\.(py)$"
args: [--settings-path=pyproject.toml]
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.15.2
hooks:
- id: pyupgrade
- repo: https://github.com/kynan/nbstripout
rev: 0.6.0
rev: 0.7.1
hooks:
- id: nbstripout
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down
Loading

0 comments on commit 38ec139

Please sign in to comment.