Skip to content

Commit b441501

Browse files
[pre-commit.ci] pre-commit autoupdate (#209)
* [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/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1) * Readthedocs config --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Holdgraf <[email protected]>
1 parent 4a8050d commit b441501

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ exclude: >
99
repos:
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v4.5.0
1313
hooks:
1414
- id: check-json
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.3.0
25+
rev: 23.10.1
2626
hooks:
2727
- id: black

readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
2+
build:
3+
os: "ubuntu-22.04"
4+
tools:
5+
python: "3.11"
26

37
python:
4-
version: "3"
58
install:
69
- method: pip
710
path: .

0 commit comments

Comments
 (0)