Skip to content

Commit

Permalink
Use license_files instead of license_file
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC committed Jun 7, 2023
1 parent 9953239 commit ed40aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
rev: v2.3.0
hooks:
- id: setup-cfg-fmt

Expand All @@ -12,15 +12,15 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
types_or: [text]
exclude: setup.py$
files: ^.*\.py(\.j2)?$

- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
types_or: [text]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = https://github.com/AleksaC/hadolint-py
author = Aleksa Cukovic
author_email = aleksacukovic1@gmail.com
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Expand Down

0 comments on commit ed40aa1

Please sign in to comment.