Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0fefe commit ff73f6fCopy full SHA for ff73f6f
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+1.10.5
2
+======
3
+
4
+### Fixes
5
+- Work around `PATH` issue with `brew` `python` on `macos`
6
+ - Homebrew/homebrew-core#30445 issue by @asottile.
7
+ - #805 PR by @asottile.
8
+- Support `pre-commit install` inside a worktree
9
+ - #808 issue by @s0undt3ch.
10
+ - #809 PR by @asottile.
11
12
1.10.4
13
======
14
setup.py
@@ -13,7 +13,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
15
url='https://github.com/pre-commit/pre-commit',
16
- version='1.10.4',
+ version='1.10.5',
17
author='Anthony Sottile',
18
author_email='[email protected]',
19
classifiers=[
0 commit comments