Skip to content
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
- id: docstrfmt
require_serial: true
repo: https://github.com/LilSpazJoekp/docstrfmt
rev: a05381030e526dc863e2006d34824271d7681d08 # frozen: v2.2.0
rev: c1813841673cdcd6cf602dde1edb78a5d5e45235 # frozen: v2.2.1

- hooks:
- id: codesorter
Expand All @@ -21,7 +21,7 @@ repos:
id: ruff
- id: ruff-format
repo: https://github.com/astral-sh/ruff-pre-commit
rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4
rev: 321478e58f4938179c6b86e4ddfa923d1547a49b # frozen: v0.16.6

- hooks:
- files: ^(.*\.toml)$
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ ban-relative-imports = "all"
"PLW", # pylint warning
"PT", # pytest style
"PTH", # use pathlib
"pytest-fixture-autouse", # autouse fixtures are core to the VCR test setup
"PYI", # stub-only rules
"RET", # unnecessary assignment before return
"RSE", # raise
Expand Down
Loading