Skip to content

Commit deea37f

Browse files
Updated files with 'repo_helper'.
1 parent 2aa1e3c commit deea37f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,17 @@ repos:
3333
- id: end-of-file-fixer
3434

3535
- repo: https://github.com/domdfcoding/pre-commit-hooks
36-
rev: v0.6.0
36+
rev: v0.7.0
3737
hooks:
3838
- id: requirements-txt-sorter
3939
args:
4040
- --allow-git
4141
- id: check-docstring-first
4242
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4343
- id: bind-requirements
44+
args:
45+
- --python-min
46+
- '3.8'
4447

4548
- repo: https://github.com/python-formate/flake8-dunder-all
4649
rev: v0.5.0
@@ -61,8 +64,8 @@ repos:
6164
- id: rst-directive-colons
6265
- id: rst-inline-touching-normal
6366

64-
- repo: https://github.com/asottile/pyupgrade
65-
rev: v3.3.0
67+
- repo: https://github.com/python-formate/pyupgrade
68+
rev: bbe3007
6669
hooks:
6770
- id: pyupgrade
6871
args:
@@ -81,7 +84,7 @@ repos:
8184
- id: snippet-fmt
8285

8386
- repo: https://github.com/python-formate/formate
84-
rev: v1.2.0
87+
rev: v1.2.1
8588
hooks:
8689
- id: formate
8790
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

0 commit comments

Comments
 (0)