Skip to content

Commit

Permalink
Fix line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed May 11, 2024
1 parent 83fc1b2 commit 7401433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpydoc/tests/hooks/test_validate_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ def test_validate_hook_exclude_option_setup_cfg(example_module, tmp_path, capsys
+===========================================+=====================================+=========+========================================+
| numpydoc/tests/hooks/example_module.py:4 | example_module.some_function | PR01 | Parameters {'name'} not documented |
+-------------------------------------------+-------------------------------------+---------+----------------------------------------+
| numpydoc/tests/hooks/example_module.py:18 | example_module.MyClass.do_something | PR01 | Parameters {'**kwargs'} not documented |
| numpydoc/tests/hooks/example_module.py:17 | example_module.MyClass.do_something | PR01 | Parameters {'**kwargs'} not documented |
+-------------------------------------------+-------------------------------------+---------+----------------------------------------+
| numpydoc/tests/hooks/example_module.py:18 | example_module.MyClass.do_something | PR07 | Parameter "*args" has no description |
| numpydoc/tests/hooks/example_module.py:17 | example_module.MyClass.do_something | PR07 | Parameter "*args" has no description |
+-------------------------------------------+-------------------------------------+---------+----------------------------------------+
"""
)
Expand Down

0 comments on commit 7401433

Please sign in to comment.