Skip to content

Commit

Permalink
Merge pull request #3193 from Unidata/dependabot-pip-ci-traitlets-5.10.0
Browse files Browse the repository at this point in the history
CI: (deps): Bump traitlets from 5.9.0 to 5.10.0 in /ci
  • Loading branch information
dcamron authored Sep 19, 2023
2 parents de45367 + 3a7ba94 commit 8174ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pooch==1.7.0
pint==0.22
pyproj==3.6.0
scipy==1.11.2
traitlets==5.9.0
traitlets==5.10.0
xarray==2023.8.0
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,16 @@
('py:class', 'M'), ('py:class', 'N'), ('py:class', 'P'), ('py:class', '2'),
('py:class', 'optional'), ('py:class', 'array-like'), ('py:class', 'file-like object'),
# For traitlets docstrings
('py:class', 'All'), ('py:class', 'callable'),
('py:class', 'All'), ('py:class', 't.Any'), ('py:class', 't.Iterable'),
# Next two are from Python dict docstring that we inherit
('py:class', 'a shallow copy of D'),
('py:class', 'v, remove specified key and return the corresponding value.')
]

nitpick_ignore_regex = [
('py:class', r'default:.*'), # For some traitlets docstrings
('py:class', r'.*Sentinel'),
('py:class', r'.*[cC]allable'),
('py:class', r'.*object providing a view on.*'), # Python dict docstring
('py:class', r'None. .*'), # Python dict docstring
('py:class', r'.*D\[k\].*'), # Python dict docstring
Expand Down

0 comments on commit 8174ed7

Please sign in to comment.