Skip to content

Commit b4505f2

Browse files
committed
deps: add six
1 parent bc74094 commit b4505f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repos:
88
- id: end-of-file-fixer
99
- id: mixed-line-ending
1010
- id: name-tests-test
11-
- id: requirements-txt-fixer
1211
- id: trailing-whitespace
1312
- repo: https://github.com/astral-sh/ruff-pre-commit
1413
# Ruff version.

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ toml==0.10.2
2525
tomli==2.0.2
2626
typing_extensions==4.12.2
2727
virtualenv==20.27.0
28+
six==1.17.0

0 commit comments

Comments
 (0)