Skip to content

Commit 61d9c34

Browse files
committed
add example policy with a ignored violation
1 parent f655c07 commit 61d9c34

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

envs/env2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ dependencies:
66
- xarray=2023.10.0
77
- dask=2023.10.0
88
- distributed=2023.10.0
9+
- pydap=3.5.1

policy.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
exclude:
2+
- coveralls
3+
- pip
4+
- pytest
5+
- pytest-asyncio
6+
- pytest-cov
7+
- pytest-env
8+
- pytest-mypy-plugins
9+
- pytest-timeout
10+
- pytest-xdist
11+
- pytest-hypothesis
12+
channels:
13+
- conda-forge
14+
platforms:
15+
- noarch
16+
- linux-64
17+
# in case conda-forge release dates are not accurate enough
18+
overrides: {}
19+
policy:
20+
# all packages in months
21+
packages:
22+
python: 30
23+
numpy: 18
24+
default: 12
25+
ignored_violations:
26+
- pydap

0 commit comments

Comments
 (0)