Skip to content

Commit 3fa83bf

Browse files
[pre-commit.ci] pre-commit autoupdate (#185)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.2 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.2...0.2.3) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](pre-commit/mirrors-mypy@v1.1.1...v1.4.1) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0) - [github.com/sirosen/check-jsonschema: 0.22.0 → 0.23.2](python-jsonschema/check-jsonschema@0.22.0...0.23.2) - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1082579 commit 3fa83bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
16-
rev: 0.2.2
16+
rev: 0.2.3
1717
hooks:
1818
- id: yamlfmt
1919

@@ -38,7 +38,7 @@ repos:
3838
- flake8-unused-arguments==0.0.9
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.1.1
41+
rev: v1.4.1
4242
hooks:
4343
- id: mypy
4444
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848
- types-toml
4949

5050
- repo: https://github.com/asottile/setup-cfg-fmt
51-
rev: v2.2.0
51+
rev: v2.4.0
5252
hooks:
5353
- id: setup-cfg-fmt
5454

@@ -59,12 +59,12 @@ repos:
5959
args: [--profile, black, --filter-files]
6060

6161
- repo: https://github.com/sirosen/check-jsonschema
62-
rev: 0.22.0
62+
rev: 0.23.2
6363
hooks:
6464
- id: check-github-workflows
6565

6666
- repo: https://github.com/asottile/pyupgrade
67-
rev: v3.3.1
67+
rev: v3.8.0
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py38-plus]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://github.com/aiidalab/aiidalab-launch
88
author = Carl Simon Adorf and the AiiDAlab team
99
author_email = [email protected]
1010
license = MIT
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 4 - Beta
1414
Framework :: AiiDA

0 commit comments

Comments
 (0)