We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a6a7 commit 052c316Copy full SHA for 052c316
.github/workflows/integration.yaml
@@ -35,6 +35,7 @@ jobs:
35
inputs: requirements.txt dev_requirements.txt
36
ignore-vulns: |
37
GHSA-w596-4wvx-j9j6 # subversion related git pull, dependency for pytest. There is no impact here.
38
+ PYSEC-2024-48 # black vulnerability in 22.3.0, can't upgrade due to python 3.7 support, no impact
39
40
lint:
41
name: Code linters
0 commit comments