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
14 changes: 10 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.5.0
rev: v0.7.0
hooks:
- id: requirements-txt-sorter
args:
- --allow-git
- id: check-docstring-first
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
- id: bind-requirements
args:
- --python-min
- '3.7'

- repo: https://github.com/python-formate/flake8-dunder-all
rev: v0.5.0
Expand All @@ -60,8 +63,8 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
- repo: https://github.com/python-formate/pyupgrade
rev: bbe3007
hooks:
- id: pyupgrade
args:
Expand All @@ -80,12 +83,15 @@ repos:
- id: snippet-fmt

- repo: https://github.com/python-formate/formate
rev: v1.1.2
rev: v1.2.0
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
additional_dependencies:
- formate-trailing-commas>=0.1.1
types_or:
- python
- pyi

- repo: https://github.com/python-coincidence/dep_checker
rev: v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires =
pip>=21,!=22.2
tox-envlist>=0.2.1
tox~=3.0
virtualenv!=20.16.0
virtualenv!=20.16.0,<20.39

[envlists]
test = py37, py38, py39, py310, py311, py312, py313
Expand Down
Loading