Skip to content

Commit 7023e35

Browse files
committed
chore: Remove obviated bdist_wheel universal configuration for Python 2
1 parent 98870f7 commit 7023e35

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/pycqa/flake8
3-
rev: 3.9.2
3+
rev: 7.1.2
44
hooks:
55
- id: flake8
66
- repo: https://github.com/pycqa/isort
7-
rev: 5.8.0
7+
rev: 6.0.1
88
hooks:
99
- id: isort
1010
- repo: https://github.com/mgedmin/check-manifest

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ per-file-ignores =
1212

1313
[isort]
1414
line_length = 119
15-
16-
[bdist_wheel]
17-
universal = 1

0 commit comments

Comments
 (0)