We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b92f79 commit cf5f840Copy full SHA for cf5f840
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+1.10.1
2
+======
3
+
4
+### Fixes
5
+- `python_venv` language would leak dependencies when pre-commit was installed
6
+ in a `-mvirtualenv` virtualenv
7
+ - #755 #756 issue and PR by @asottile.
8
9
1.10.0
10
======
11
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
12
- version='1.10.0',
+ version='1.10.1',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments