Skip to content

Commit 1ba7133

Browse files
[pre-commit.ci] pre-commit autoupdate (#39)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) * [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 64643da commit 1ba7133

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- published
66
push:
77
tags:
8-
- 'v*'
8+
- "v*"
99
branches:
1010
- main
1111

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude: |
99
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v4.5.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -21,20 +21,20 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.14.0
24+
rev: v3.15.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
28-
- '--py38-plus'
28+
- "--py38-plus"
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.9.1
31+
rev: 23.12.1
3232
hooks:
3333
- id: black
3434
- id: black-jupyter
3535

3636
- repo: https://github.com/keewis/blackdoc
37-
rev: v0.3.8
37+
rev: v0.3.9
3838
hooks:
3939
- id: blackdoc
4040

@@ -44,11 +44,11 @@ repos:
4444
- id: flake8
4545

4646
- repo: https://github.com/PyCQA/isort
47-
rev: 5.12.0
47+
rev: 5.13.2
4848
hooks:
4949
- id: isort
5050

5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v3.0.3
52+
rev: v4.0.0-alpha.8
5353
hooks:
5454
- id: prettier

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
version: 2
33

44
build:
5-
os: 'ubuntu-20.04'
5+
os: "ubuntu-20.04"
66
tools:
7-
python: 'mambaforge-4.10'
7+
python: "mambaforge-4.10"
88

99
# Optionally set the version of Python and requirements required to build your docs
1010
conda:

0 commit comments

Comments
 (0)