File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.6.0 - 2023-12-09
2
+ ==================
3
+
4
+ ### Features
5
+ - Check ` minimum_pre_commit_version ` first when parsing configs.
6
+ - #3092 PR by @asottile .
7
+
8
+ ### Fixes
9
+ - Fix deprecation warnings for ` importlib.resources ` .
10
+ - #3043 PR by @asottile .
11
+ - Fix deprecation warnings for rmtree.
12
+ - #3079 PR by @edgarrmondragon .
13
+
14
+ ### Updating
15
+ - Drop support for python<3.9.
16
+ - #3042 PR by @asottile .
17
+ - #3093 PR by @asottile .
18
+
1
19
3.5.0 - 2023-10-13
2
20
==================
3
21
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pre_commit
3
- version = 3.5 .0
3
+ version = 3.6 .0
4
4
description = A framework for managing and maintaining multi-language pre-commit hooks.
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments