Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 8bb0098

Browse files
authored
Merge pull request #33 from AI2Business/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8c6c9ef + 95fb3fa commit 8bb0098

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '21.8b0'
3+
rev: '21.9b0'
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/isort
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: check-added-large-files
1414
- repo: https://github.com/asottile/setup-cfg-fmt
15-
rev: 'v1.17.0'
15+
rev: 'v1.18.0'
1616
hooks:
1717
- id: setup-cfg-fmt
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -22,7 +22,7 @@ repos:
2222
- id: check-yaml
2323
exclude: docs/mkdocs.yml
2424
- repo: https://github.com/PyCQA/pylint
25-
rev: 'v2.10.2'
25+
rev: 'v2.11.1'
2626
hooks:
2727
- id: pylint
2828
name: pylint

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers =
1414
Programming Language :: Python :: 3.7
1515
Programming Language :: Python :: 3.8
1616
Programming Language :: Python :: 3.9
17+
Programming Language :: Python :: 3.10
1718

1819
[options]
1920
python_requires = >=3.6

0 commit comments

Comments
 (0)