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 4d6efe1 commit c751f62Copy full SHA for c751f62
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+1.4.5
2
+=====
3
+
4
+### Fixes
5
+- Fix `local` golang repositories with `additional_dependencies`.
6
+ - #679 #680 issue and PR by @asottile.
7
8
+### Misc
9
+- Replace some string literals with constants
10
+ - #678 PR by @revolter.
11
12
1.4.4
13
=====
14
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='1.4.4',
+ version='1.4.5',
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments