Skip to content

MAINT: Bump pycodestyle from 2.8.0 to 2.10.0 #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.
title: "BUG: "
title: "BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"
labels: [00 - Bug]

body:
Expand Down Expand Up @@ -35,10 +35,12 @@ body:
attributes:
label: "Error message:"
description: >
Please include full error message, if any (starting from `Traceback: ...`).
Please include full error message, if any.
If you are reporting a segfault please include a GDB traceback,
which you can generate by following
[these instructions](https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging).
placeholder: |
<< Full traceback starting from `Traceback: ...` >>
render: shell

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation
description: Report an issue related to the NumPy documentation.
title: "DOC: "
title: "DOC: <Please write a comprehensive title after the 'DOC: ' prefix>"
labels: [04 - Documentation]

body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: Check instructions for submitting your idea on the mailing list first.
title: "ENH: "
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"

body:
- type: markdown
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/post-install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Post-install/importing issue
description: Report an issue if you have trouble importing or using NumPy after installation.
title: "<Please write a comprehensive title here>"
labels: [32 - Installation]

body:
Expand All @@ -16,10 +17,12 @@ body:
attributes:
label: "Error message:"
description: >
Please include full error message, if any (starting from `Traceback: ...`).
Please include full error message, if any.
If you are reporting a segfault please include a GDB traceback,
which you can generate by following
[these instructions](https://github.com/numpy/numpy/blob/main/doc/source/dev/development_environment.rst#debugging).
placeholder: |
<< Full traceback starting from `Traceback: ...` >>
render: shell

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion linter_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycodestyle==2.8.0
pycodestyle==2.10.0
GitPython==3.1.13