Skip to content

Commit

Permalink
Merge pull request #182 from pre-commit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
asottile authored Mar 15, 2021
2 parents f357868 + d04ceba commit c7efb04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.16.0
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.0
hooks:
- id: flake8
exclude: ^identify/vendor/licenses\.py$
additional_dependencies: [flake8-typing-imports==1.10.1]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.4
rev: v1.5.5
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ classifiers =
packages = find:
python_requires = >=3.6.1

[options.packages.find]
exclude =
tests*
testing*

[options.entry_points]
console_scripts =
identify-cli=identify.cli:main
Expand All @@ -32,11 +37,6 @@ console_scripts =
license =
editdistance

[options.packages.find]
exclude =
tests*
testing*

[bdist_wheel]
universal = True

Expand Down

0 comments on commit c7efb04

Please sign in to comment.