We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00fe686 + 54cb759 commit bddb002Copy full SHA for bddb002
dev_requirements.txt
@@ -1,7 +1,7 @@
1
-e .
2
3
# dev
4
-openapi-python-client>=0.21.5
+openapi-python-client==0.21.5
5
pre-commit
6
mypy
7
ruff
scripts/update.sh
@@ -91,3 +91,5 @@ rm -rf tmp
91
cat scripts/preserve_files.txt | while read entry; do
92
git checkout HEAD -- $entry
93
done
94
+
95
+pre-commit run --all-files
0 commit comments