Skip to content

Commit 050f2e3

Browse files
committed
Get ready for release 3.9.3
1 parent b685ecc commit 050f2e3

7 files changed

Lines changed: 4453 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/.python-version
1212
/.tox
1313
/.venv*
14+
/ChangeLog-spell-corrected
1415
/README
1516
/__pkginfo__.pyc
1617
/decompyle3.egg-info

.isort.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ include_trailing_comma = True
44
force_grid_wrap = 0
55
use_parentheses = True
66
line_length = 88
7-
known_crunch = cr, zz9d, zz9lib, pycrunch, silhouette
8-
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,CRUNCH,LOCALFOLDER
7+
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
98
default_section = THIRDPARTY
109
combine_as_imports = 1
1110
profile = black

.pre-commit-config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@ default_language_version:
22
python: python
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v4.5.0
66
hooks:
77
- id: check-merge-conflict
88
- id: debug-statements
99
stages: [pre-commit]
10+
exclude: ChangeLog-spell-corrected.diff
1011
- id: end-of-file-fixer
1112
stages: [pre-commit]
13+
exclude: ChangeLog-spell-corrected.diff
1214
- id: trailing-whitespace
15+
exclude: ChangeLog-spell-corrected.diff
1316
- repo: https://github.com/pycqa/isort
14-
rev: 5.11.5
17+
rev: 5.13.2
1518
hooks:
1619
- id: isort
1720
stages: [pre-commit]
1821
- repo: https://github.com/psf/black
19-
rev: 22.6.0
22+
rev: 23.12.1
2023
hooks:
2124
- id: black
22-
language_version: python
25+
language_version: python3
2326
stages: [pre-commit]
2427
additional_dependencies: ["click"]
2528
# - repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)