Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit c158944

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.6.0 → 23.9.1](psf/black@22.6.0...23.9.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](pre-commit/mirrors-prettier@v2.7.1...v3.0.3)
1 parent 493de57 commit c158944

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
# list of supported hooks: https://pre-commit.com/hooks.html
99
- id: trailing-whitespace
@@ -14,7 +14,7 @@ repos:
1414

1515
# python code formatting/linting
1616
- repo: https://github.com/PyCQA/pydocstyle
17-
rev: 6.1.1
17+
rev: 6.3.0
1818
hooks:
1919
- id: pydocstyle
2020
args:
@@ -24,7 +24,7 @@ repos:
2424
"satflow",
2525
]
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 5.0.4
27+
rev: 6.1.0
2828
hooks:
2929
- id: flake8
3030
args:
@@ -37,19 +37,19 @@ repos:
3737
"satflow",
3838
]
3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.10.1
40+
rev: 5.12.0
4141
hooks:
4242
- id: isort
4343
args: [--profile, black, --line-length, "100", "satflow"]
4444
- repo: https://github.com/psf/black
45-
rev: 22.6.0
45+
rev: 23.9.1
4646
hooks:
4747
- id: black
4848
args: [--line-length, "100"]
4949

5050
# yaml formatting
5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v2.7.1
52+
rev: v3.0.3
5353
hooks:
5454
- id: prettier
5555
types: [yaml]

0 commit comments

Comments
 (0)