Skip to content

Commit cdb9213

Browse files
committed
fix pre-commit for python 3.7
1 parent 1645588 commit cdb9213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pytest==7.1.3
22
twine==4.0.2
33
wheel==0.40.0
4-
pre-commit==3.3.1
4+
pre-commit==2.21.0;python_version<"3.8"
5+
pre-commit==3.3.1;python_version>="3.8"
56
pytest-dotenv==0.5.2
67
dbt-tests-adapter~=1.4.5
78
-e .

0 commit comments

Comments
 (0)