Skip to content

Commit 8c75eb0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.1.0 → v3.7.0](asottile/pyupgrade@v3.1.0...v3.7.0) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.5](hadialqattan/pycln@v2.1.1...v2.1.5) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent 75d48d8 commit 8c75eb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: "v3.1.0"
3+
rev: "v3.7.0"
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
77

88
- repo: https://github.com/hadialqattan/pycln
9-
rev: "v2.1.1"
9+
rev: "v2.1.5"
1010
hooks:
1111
- id: pycln
1212
args:
@@ -20,14 +20,14 @@ repos:
2020
- --profile=black
2121

2222
- repo: https://github.com/psf/black
23-
rev: '22.10.0'
23+
rev: '23.3.0'
2424
hooks:
2525
- id: black
2626
args:
2727
- --skip-string-normalization
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: 'v4.3.0'
30+
rev: 'v4.4.0'
3131
hooks:
3232
- id: trailing-whitespace
3333
exclude: ".*.fits"
@@ -39,7 +39,7 @@ repos:
3939
- id: debug-statements
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: '5.0.4'
42+
rev: '6.0.0'
4343
hooks:
4444
- id: flake8
4545
name: flake 8 (src)

0 commit comments

Comments
 (0)