Skip to content

Commit aa1e8ce

Browse files
committed
Merge branch 'main' of https://github.com/magpylib/magpylib-material-response into anisotropic_chi
2 parents dfed8ff + 2f5649b commit aa1e8ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-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/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -19,14 +19,14 @@ repos:
1919
args: ["--profile", "black", "--filter-files"]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.15.2
22+
rev: v3.17.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626

2727

2828
- repo: https://github.com/psf/black
29-
rev: "24.3.0"
29+
rev: "24.8.0"
3030
hooks:
3131
- id: black
3232

0 commit comments

Comments
 (0)