Skip to content

Commit

Permalink
Merge pull request #3238 from Unidata/dependabot-pip-ci-traitlets-5.12.0
Browse files Browse the repository at this point in the history
CI: (deps): Bump traitlets from 5.11.2 to 5.12.0 in /ci
  • Loading branch information
dcamron authored Oct 25, 2023
2 parents 2fcf6bb + da44a72 commit 11be4da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.8.0
pint==0.22
pyproj==3.6.1
scipy==1.11.3
traitlets==5.11.2
traitlets==5.12.0
xarray==2023.10.1
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@
nitpick_ignore_regex = [
('py:class', r'default:.*'), # For some traitlets docstrings
('py:class', r'.*Sentinel'),
('py:class', r'.*Bunch'),
('py:class', r'.*[cC]allable'),
('py:class', r'.*EventHandler'),
('py:class', r'.*TraitType'),
('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 11be4da

Please sign in to comment.