Skip to content

Commit d457b5a

Browse files
[repo-helper] Configuration Update (#72)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent e3b40a8 commit d457b5a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.13", testenvs: "py313-flake8{6,7},build", experimental: False}
3636
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
3737
- {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}
38+
- {python-version: "pypy-3.9-v7.3.16", testenvs: "pypy39-flake8{4,5,6,7}", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ repos:
3232
- id: end-of-file-fixer
3333

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

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

63-
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.3.0
66+
- repo: https://github.com/python-formate/pyupgrade
67+
rev: bbe3007
6568
hooks:
6669
- id: pyupgrade
6770
args:

0 commit comments

Comments
 (0)