Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bandit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[bandit]
exclude = ./.tox,tests,docs
skips = B101
skips = B101,B614
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ dev = [
"ruff",
"tox",
"typeguard",
"types-pkg_resources",
# Security pin
"gitpython>=3.1.30",
]
Expand Down
1 change: 0 additions & 1 deletion requirements/dev-3.10.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ pytest
pytest-cov
ruff
tox
types-pkg_resources
gitpython>=3.1.30
1 change: 0 additions & 1 deletion requirements/dev-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ torch==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0"
triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
typeguard==2.13.3 ; python_version >= "3.10" and python_version < "4.0"
types-pkg-resources==0.1.3 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0"
urllib3==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
virtualenv==20.25.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
Loading