Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 24, 2024
1 parent 31820d2 commit cd3e22a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
37 changes: 21 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ body:
attributes:
label: Contributing guidelines
description: |
Before you proceed, read the [contributing guidelines](../blob/main/CONTRIBUTING.md)
Before you proceed, read the
[contributing guidelines](../blob/main/CONTRIBUTING.md)
regarding where to ask usage questions and how to file a bug report.
options:
- label: I understand the contributing guidelines
Expand All @@ -23,8 +24,8 @@ body:
label: Documentation
description: |
Before you proceed, review the [documentation](https://osmnx.readthedocs.io/)
and [examples gallery](https://github.com/gboeing/osmnx-examples), which cover
key concepts, installation, and package usage.
and [examples gallery](https://github.com/gboeing/osmnx-examples), which
cover key concepts, installation, and package usage.
options:
- label: My problem is not addressed by the documentation or examples
required: true
Expand All @@ -34,8 +35,8 @@ body:
attributes:
label: Existing issues
description: |
Before you proceed, search the open and closed issues to see if the problem has
already been reported.
Before you proceed, search the open and closed issues to see if the
problem has already been reported.
options:
- label: My problem does not appear in an existing issue
required: true
Expand All @@ -62,8 +63,8 @@ body:
attributes:
label: Environment packages and versions
description: |
Paste the complete output of `conda list` here. Auto-rendered as code, no need
for backticks.
Paste the complete output of `conda list` here. Auto-rendered as code,
no need for backticks.
render: shell
validations:
required: true
Expand All @@ -73,7 +74,8 @@ body:
attributes:
label: How did you install OSMnx?
description: |
Ensure you followed the [installation](https://osmnx.readthedocs.io/en/stable/installation.html)
Ensure you followed the
[installation](https://osmnx.readthedocs.io/en/stable/installation.html)
instructions.
multiple: false
options:
Expand All @@ -88,7 +90,9 @@ body:
id: description
attributes:
label: Problem description
description: What did you do? What did you expect to happen? What actually happened instead?
description: |
What did you do? What did you expect to happen? What actually happened
instead?
validations:
required: true

Expand All @@ -97,13 +101,14 @@ body:
attributes:
label: Complete minimal reproducible example
description: |
This example code snippet must be *minimal* so it doesn't contain extraneous code or
data unrelated to your specific problem and it must be *complete* so we can independently
run it from top to bottom by copying/pasting it into a Python interpreter. That means all
imports and all variables must be defined. If you're unsure how to create a good reproducible
example, read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports).
Do not post a screenshot of your code or error message: provide it as text. Auto-rendered as
code, no need for backticks.
This example code snippet must be *minimal* so it doesn't contain extraneous
code or data unrelated to your specific problem and it must be *complete*
so we can independently run it from top to bottom by copying/pasting it
into a Python interpreter. That means all imports and all variables must
be defined. If you're unsure how to create a good reproducible example, read
[this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports).
Do not post a screenshot of your code or error message: provide it as text.
Auto-rendered as code, no need for backticks.
render: python
validations:
required: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit/
key: pre-commit-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
key: pre-commit-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}

- name: Run pre-commit checks
run: pre-commit run --all-files
Expand Down

0 comments on commit cd3e22a

Please sign in to comment.