File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,12 @@ repos:
13
13
types :
14
14
- python
15
15
require_serial : true
16
- - id : flake8
17
- name : flake8
18
- entry : flake8
16
+ - id : ruff
17
+ name : ruff
18
+ entry : ruff check
19
19
language : system
20
20
types_or :
21
21
- python
22
- - pyi
23
- - id : pydocstyle
24
- name : pydocstyle
25
- entry : pydocstyle
26
- language : system
27
- types :
28
- - python
29
22
- id : mypy
30
23
name : mypy
31
24
entry : mypy
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Commits
40
40
Coding style
41
41
------------
42
42
43
- #. Coding style is being handled by black and doublechecked by flake8 and pydocstyle
43
+ #. Coding style is being handled by black and doublechecked by ruff.
44
44
* We provide a `pre-commit <https://pre-commit.com/ >`_ configuration for invoking these on commit.
45
45
46
46
Testing
Original file line number Diff line number Diff line change
1
+ Update pre-commit configuration to use ruff instead of flake8/pydocstyle
You can’t perform that action at this time.
0 commit comments