Skip to content

Commit 39bfcdf

Browse files
[pre-commit.ci] pre-commit autoupdate (#386)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 30a86aa commit 39bfcdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ repos:
3232
- id: reorder-python-imports
3333
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v2.2.0
35+
rev: v2.3.0
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/psf/black
3939
rev: 23.3.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.0.269
43+
rev: v0.0.270
4444
hooks:
4545
- id: ruff
4646
- repo: https://github.com/dosisod/refurb

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://pytask-dev.readthedocs.io/en/stable
77
author = Tobias Raabe
88
author_email = [email protected]
99
license = MIT
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
platforms = unix, linux, osx, cygwin, win32
1212
classifiers =
1313
Development Status :: 4 - Beta

0 commit comments

Comments
 (0)