We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc74094 commit b4505f2Copy full SHA for b4505f2
.pre-commit-config.yaml
@@ -8,7 +8,6 @@ repos:
8
- id: end-of-file-fixer
9
- id: mixed-line-ending
10
- id: name-tests-test
11
- - id: requirements-txt-fixer
12
- id: trailing-whitespace
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
requirements.txt
@@ -25,3 +25,4 @@ toml==0.10.2
25
tomli==2.0.2
26
typing_extensions==4.12.2
27
virtualenv==20.27.0
28
+six==1.17.0
0 commit comments