File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
rev : v2.3.0
4
4
hooks :
5
5
- id : trailing-whitespace
6
- - id : flake8
7
6
- id : check-merge-conflict
8
7
- id : check-yaml
9
8
- id : check-executables-have-shebangs
10
9
- id : mixed-line-ending
11
- - repo : https://github.com/psf/black
12
- rev : stable
13
- hooks :
14
- - id : black
10
+ - repo : https://github.com/astral-sh/ruff-pre-commit
11
+ rev : v0.6.8
12
+ hooks :
13
+ - id : ruff
14
+ args : [ --fix ]
15
+ - id : ruff-format
15
16
- repo : local
16
17
hooks :
17
18
- id : version-check
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
"""Sphinx configuration file."""
3
+
3
4
import time
4
5
5
6
author = "Jan Holthuis"
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ include = [
35
35
" /sphinx_multiversion" ,
36
36
]
37
37
38
- [tool .black ]
38
+ [tool .ruff ]
39
39
line-length = 79
You can’t perform that action at this time.
0 commit comments