Skip to content

Commit

Permalink
Pin linters to narrow range to avoid noise
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
  • Loading branch information
timkpaine committed May 7, 2024
1 parent 895563c commit 92b7e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- build
- bump2version>=1
- cmake
- codespell
- codespell>=2.2.6,<2.3
- compilers
- cyrus-sasl
- exprtk
Expand All @@ -23,7 +23,7 @@ dependencies:
- libboost-headers
- lz4-c
- mamba
- mdformat
- mdformat>=0.7.17,<0.8
- ninja
- numpy
- pillow
Expand All @@ -43,7 +43,7 @@ dependencies:
- rapidjson
- requests
- ruamel.yaml
- ruff
- ruff>=0.3,<0.4
- scikit-build
- slack-sdk
- sqlalchemy
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ develop = [
"twine",
"wheel",
# lint
"codespell",
"codespell>=2.2.6,<2.3",
"isort>=5,<6",
"mdformat",
"mdformat>=0.7.17,<0.8",
"ruff>=0.3,<0.4",
# test
"pytest",
Expand Down

0 comments on commit 92b7e34

Please sign in to comment.