We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f756e7 commit 812975dCopy full SHA for 812975d
2 files changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
hooks:
19
- id: pyproject-fmt
20
- repo: https://github.com/asottile/setup-cfg-fmt
21
- rev: v2.2.0
+ rev: v2.3.0
22
23
- id: setup-cfg-fmt
24
args:
setup.cfg
@@ -8,7 +8,7 @@ url = https://github.com/pytest-dev/pytest-randomly
8
author = Adam Johnson
9
author_email = me@adamj.eu
10
license = MIT
11
-license_file = LICENSE
+license_files = LICENSE
12
classifiers =
13
Development Status :: 5 - Production/Stable
14
Framework :: Pytest
0 commit comments