Skip to content

Commit 92b7e34

Browse files
committed
Pin linters to narrow range to avoid noise
Signed-off-by: Tim Paine <[email protected]>
1 parent 895563c commit 92b7e34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

conda/dev-environment-unix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- build
99
- bump2version>=1
1010
- cmake
11-
- codespell
11+
- codespell>=2.2.6,<2.3
1212
- compilers
1313
- cyrus-sasl
1414
- exprtk
@@ -23,7 +23,7 @@ dependencies:
2323
- libboost-headers
2424
- lz4-c
2525
- mamba
26-
- mdformat
26+
- mdformat>=0.7.17,<0.8
2727
- ninja
2828
- numpy
2929
- pillow
@@ -43,7 +43,7 @@ dependencies:
4343
- rapidjson
4444
- requests
4545
- ruamel.yaml
46-
- ruff
46+
- ruff>=0.3,<0.4
4747
- scikit-build
4848
- slack-sdk
4949
- sqlalchemy

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ develop = [
6060
"twine",
6161
"wheel",
6262
# lint
63-
"codespell",
63+
"codespell>=2.2.6,<2.3",
6464
"isort>=5,<6",
65-
"mdformat",
65+
"mdformat>=0.7.17,<0.8",
6666
"ruff>=0.3,<0.4",
6767
# test
6868
"pytest",

0 commit comments

Comments
 (0)