Skip to content

Commit

Permalink
Merge branch 'main' into fix-pycodestyle-missing_whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Aug 26, 2023
2 parents f961833 + c3fdfe4 commit daa0cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include test/iso_8859_1.py
include test/fake_configuration/.pep8
include test/fake_pycodestyle_configuration/tox.ini
include tox.ini
include .pre-commit-hooks.yaml
recursive-exclude test/suite *.py
recursive-exclude test/suite/out *.py
exclude .travis.yml
Expand Down
3 changes: 2 additions & 1 deletion autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,13 @@ class documentation for more information.
import warnings
import ast
from configparser import ConfigParser as SafeConfigParser, Error
from packaging.version import parse as parse_version

import pycodestyle
from pycodestyle import STARTSWITH_INDENT_STATEMENT_REGEX


__version__ = '2.0.2'
__version__ = '2.0.3'


CR = '\r'
Expand Down

0 comments on commit daa0cce

Please sign in to comment.