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 6dd5182 commit 939964dCopy full SHA for 939964d
.github/workflows/ci-core.yml
@@ -28,10 +28,6 @@ jobs:
28
run: |
29
pixi run sort
30
31
- - name: 🔍 Run data linters
32
- run: |
33
- pixi run lint
34
-
35
- name: 📊 Check for obvious duplicates
36
37
# Simple duplicate check based on conference name and year
pixi.toml
@@ -25,7 +25,6 @@ test = "pytest tests/ -v"
25
test-cov = "pytest tests/ -v --cov=utils --cov-report=term-missing"
26
test-fast = "pytest tests/ -v -x"
27
pre = "pre-commit run --all-files"
-lint = "python ./utils/conferences/linters/validate.py"
[dependencies]
python = ">=3.10,<3.12"
0 commit comments