Skip to content

Commit 04d3562

Browse files
authored
Merge branch 'main' into setuptools-lower-pin
2 parents c49e2ae + 361ca77 commit 04d3562

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_commit_msg: "style: pre-commit fixes"
44
default_stages: [commit, push]
55
default_language_version:
6-
python: python3.9
6+
python: python3
77
repos:
88
- repo: https://github.com/PyCQA/flake8
99
rev: 3.8.2
@@ -18,7 +18,7 @@ repos:
1818
rev: v2.1.0
1919
hooks:
2020
- id: codespell
21-
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te"]
21+
args: ["-L", "ba,ihs,kake,nd,noe,nwo,te", "-S", "fixture"]
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
2323
rev: v2.3.0
2424
hooks:

requirements_rtfd.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ sphinx-copybutton
77
sphinx-rtd-theme
88
numpydoc
99
numpy!=1.21.0
10+
msgpack-python==0.5.6

0 commit comments

Comments
 (0)