Skip to content

Commit

Permalink
chore: modified licensecheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Jan 30, 2023
1 parent e72beda commit 0982226
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
9 changes: 3 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,9 @@ repos:
language: python
language_version: python3.10
stages: [manual]
- repo: https://github.com/RaczeQ/LicenseCheck
rev: "test"
# repo: https://github.com/FHPythonUtils/LicenseCheck
# rev: "2023"
# change to original package after pull request is accepted
# https://github.com/FHPythonUtils/LicenseCheck/pull/29
- repo: https://github.com/FHPythonUtils/LicenseCheck
rev: "60e3b8e1ec4f2e9817fa0a02a9c4a3c20c49d560"
# change to "2023.0.1" after tag will be created
hooks:
- id: licensecheck
stages: [manual]
Expand Down
14 changes: 8 additions & 6 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ docs = [
"mike<2.0.0",
]
performance = ["scalene>=1.5.14"]
license = [
"licensecheck @ git+https://github.com/RaczeQ/LicenseCheck",
] # change to original package after pull request is accepted
# https://github.com/FHPythonUtils/LicenseCheck/pull/29
license = ["licensecheck>=2023.0.1"]

[tool.black]
line-length = 100
Expand Down

0 comments on commit 0982226

Please sign in to comment.