Skip to content

Commit

Permalink
Linting requirements in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Jan 21, 2025
1 parent f85b50b commit f567521
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# formatting
pre-commit==4.0.1
yapf==0.32.0
toml==0.10.2
tomli==2.0.2
ruff==0.6.5
codespell==2.3.0
isort==5.13.2
clang-format==18.1.5
pymarkdownlnt==0.9.26

# type checking
mypy==1.11.1
types-PyYAML
types-requests
types-setuptools

0 comments on commit f567521

Please sign in to comment.