We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b40a8 commit d457b5aCopy full SHA for d457b5a
2 files changed
.github/workflows/python_ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- {python-version: "3.13", testenvs: "py313-flake8{6,7},build", experimental: False}
36
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
37
- {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7}", experimental: False}
38
- - {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-flake8{4,5,6,7}", experimental: True}
+ - {python-version: "pypy-3.9-v7.3.16", testenvs: "pypy39-flake8{4,5,6,7}", experimental: True}
39
40
steps:
41
- name: Checkout 🛎️
.pre-commit-config.yaml
@@ -32,14 +32,17 @@ repos:
32
- id: end-of-file-fixer
33
34
- repo: https://github.com/domdfcoding/pre-commit-hooks
- rev: v0.6.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$
42
- id: bind-requirements
43
+ args:
44
+ - --python-min
45
+ - '3.7'
46
47
- repo: https://github.com/python-formate/flake8-dunder-all
48
rev: v0.5.0
@@ -60,8 +63,8 @@ repos:
60
63
- id: rst-directive-colons
61
64
- id: rst-inline-touching-normal
62
65
- - repo: https://github.com/asottile/pyupgrade
- rev: v3.3.0
66
+ - repo: https://github.com/python-formate/pyupgrade
67
+ rev: bbe3007
68
69
- id: pyupgrade
70
0 commit comments