Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac26e2

Browse files
authored
Merge pull request #2086 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6872289 + 8c844c7 commit 2ac26e2

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: double-quote-string-fixer
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.9.2
15+
rev: 4.0.1
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.10.0]
@@ -40,11 +40,11 @@ repos:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.17.0
43+
rev: v1.18.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v0.910
47+
rev: v0.910-1
4848
hooks:
4949
- id: mypy
5050
additional_dependencies: [types-all]

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.7
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
20+
Programming Language :: Python :: 3.10
2021
Programming Language :: Python :: Implementation :: CPython
2122
Programming Language :: Python :: Implementation :: PyPy
2223

tests/repository_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def test_local_conda_additional_dependencies(store):
111111
'name': 'local-conda',
112112
'entry': 'python',
113113
'language': 'conda',
114-
'args': ['-c', 'import tzdata; print("OK")'],
115-
'additional_dependencies': ['python-tzdata'],
114+
'args': ['-c', 'import botocore; print("OK")'],
115+
'additional_dependencies': ['botocore'],
116116
}],
117117
}
118118
hook = _get_hook(config, store, 'local-conda')

0 commit comments

Comments
 (0)