We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dab6d commit c229256Copy full SHA for c229256
.github/workflows/ci_cd.yml
@@ -99,6 +99,7 @@ jobs:
99
library-name: ${{ env.PACKAGE_NAME }}
100
operating-system: ${{ matrix.os }}
101
python-version: ${{ matrix.python-version }}
102
+ whitelist-license-check: "attrs" # This has MIT license but fails the check
103
104
testing:
105
name: Run Unit Tests
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: check-github-workflows
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.8.2
+ rev: v0.8.3
38
hooks:
39
- id: ruff
40
args: [--fix]
doc/changelog.d/215.maintenance.md
@@ -0,0 +1 @@
1
+[pre-commit.ci] pre-commit autoupdate
0 commit comments