Skip to content

Commit

Permalink
🎨 pre-commit formatting (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin authored Jan 27, 2023
1 parent 7b3eea2 commit 12e68fa
Show file tree
Hide file tree
Showing 74 changed files with 75,381 additions and 75,378 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github: juftin
custom:
- https://paypal.me/juftin
- https://venmo.com/juftin
- https://paypal.me/juftin
- https://venmo.com/juftin
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug Report
about: Create a report to help improve camply
title: ''
labels: 'bug'
assignees: 'juftin'

title: ""
labels: "bug"
assignees: "juftin"
---

**Describe the bug**
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Have a question about how to use camply and not a bug report?
url: https://github.com/juftin/camply/discussions
about: Check out camply discussions. There's lots of useful stuff there.
- name: Have a question about how to use camply and not a bug report?
url: https://github.com/juftin/camply/discussions
about: Check out camply discussions. There's lots of useful stuff there.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
54 changes: 27 additions & 27 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: pip
directory: /.github/workflows
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: pip
directory: /docs
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
versioning-strategy: lockfile-only
allow:
- dependency-type: all
labels:
- dependencies
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: pip
directory: /.github/workflows
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: pip
directory: /docs
schedule:
interval: monthly
labels:
- dependencies
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
versioning-strategy: lockfile-only
allow:
- dependency-type: all
labels:
- dependencies
138 changes: 69 additions & 69 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,72 +3,72 @@
#
# The repository labels will be automatically configured using this file and
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
- name: breaking
description: Breaking Changes
color: bfd4f2
- name: bug
description: Something isn't working
color: d73a4a
- name: build
description: Build System and Dependencies
color: bfdadc
- name: ci
description: Continuous Integration
color: 4a97d6
- name: dependencies
description: Pull requests that update a dependency file
color: 0366d6
- name: documentation
description: Improvements or additions to documentation
color: 0075ca
- name: duplicate
description: This issue or pull request already exists
color: cfd3d7
- name: enhancement
description: New feature or request
color: a2eeef
- name: github_actions
description: Pull requests that update Github_actions code
color: '000000'
- name: good first issue
description: Good for newcomers
color: 7057ff
- name: help wanted
description: Extra attention is needed
color: 008672
- name: invalid
description: This doesn't seem right
color: e4e669
- name: performance
description: Performance
color: '016175'
- name: python
description: Pull requests that update Python code
color: 2b67c6
- name: question
description: Further information is requested
color: d876e3
- name: refactoring
description: Refactoring
color: ef67c4
- name: removal
description: Removals and Deprecations
color: 9ae7ea
- name: style
description: Style
color: c120e5
- name: testing
description: Testing
color: b1fc6f
- name: wontfix
description: This will not be worked on
color: ffffff
- name: triage
description: This will looked at
color: 68bd3b
- name: recreation.gov
description: This is related to recreation.gov features and functionality
color: 964b00
- name: camply provider
description: This is related to a new camply provider
color: 32a852
- name: breaking
description: Breaking Changes
color: bfd4f2
- name: bug
description: Something isn't working
color: d73a4a
- name: build
description: Build System and Dependencies
color: bfdadc
- name: ci
description: Continuous Integration
color: 4a97d6
- name: dependencies
description: Pull requests that update a dependency file
color: 0366d6
- name: documentation
description: Improvements or additions to documentation
color: 0075ca
- name: duplicate
description: This issue or pull request already exists
color: cfd3d7
- name: enhancement
description: New feature or request
color: a2eeef
- name: github_actions
description: Pull requests that update Github_actions code
color: "000000"
- name: good first issue
description: Good for newcomers
color: 7057ff
- name: help wanted
description: Extra attention is needed
color: 008672
- name: invalid
description: This doesn't seem right
color: e4e669
- name: performance
description: Performance
color: "016175"
- name: python
description: Pull requests that update Python code
color: 2b67c6
- name: question
description: Further information is requested
color: d876e3
- name: refactoring
description: Refactoring
color: ef67c4
- name: removal
description: Removals and Deprecations
color: 9ae7ea
- name: style
description: Style
color: c120e5
- name: testing
description: Testing
color: b1fc6f
- name: wontfix
description: This will not be worked on
color: ffffff
- name: triage
description: This will looked at
color: 68bd3b
- name: recreation.gov
description: This is related to recreation.gov features and functionality
color: 964b00
- name: camply provider
description: This is related to a new camply provider
color: 32a852
24 changes: 12 additions & 12 deletions .github/matchers/flake8.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"problemMatcher": [
{
"owner": "flake8",
"pattern": [
"problemMatcher": [
{
"regexp": "^(.*?):(\\d+):(\\d+): (.*)$",
"file": 1,
"line": 2,
"column": 3,
"message": 4
"owner": "flake8",
"pattern": [
{
"regexp": "^(.*?):(\\d+):(\\d+): (.*)$",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}
]
]
}
24 changes: 12 additions & 12 deletions .github/matchers/mypy.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"problemMatcher": [
{
"owner": "mypy",
"pattern": [
"problemMatcher": [
{
"regexp": "^(.+):(\\d+):\\s(error|warning|note):\\s(.+)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
"owner": "mypy",
"pattern": [
{
"regexp": "^(.+):(\\d+):\\s(error|warning|note):\\s(.+)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
]
}
]
]
}
28 changes: 14 additions & 14 deletions .github/matchers/python.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
"problemMatcher": [
{
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"message": 2
"owner": "python",
"pattern": [
{
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"message": 2
}
]
}
]
}
]
]
}
52 changes: 26 additions & 26 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
name-template: v$RESOLVED_VERSION 🌈
tag-template: v$RESOLVED_VERSION
categories:
- title: ':boom: Breaking Changes'
label: breaking
- title: ':rocket: Features'
label: enhancement
- title: ':fire: Removals and Deprecations'
label: removal
- title: ':beetle: Fixes'
label: bug
- title: ':racehorse: Performance'
label: performance
- title: ':rotating_light: Testing'
label: testing
- title: ':construction_worker: Continuous Integration'
label: ci
- title: ':books: Documentation'
label: documentation
- title: ':hammer: Refactoring'
label: refactoring
- title: ':lipstick: Style'
label: style
- title: ':package: Dependencies'
labels:
- dependencies
- build
- title: ":boom: Breaking Changes"
label: breaking
- title: ":rocket: Features"
label: enhancement
- title: ":fire: Removals and Deprecations"
label: removal
- title: ":beetle: Fixes"
label: bug
- title: ":racehorse: Performance"
label: performance
- title: ":rotating_light: Testing"
label: testing
- title: ":construction_worker: Continuous Integration"
label: ci
- title: ":books: Documentation"
label: documentation
- title: ":hammer: Refactoring"
label: refactoring
- title: ":lipstick: Style"
label: style
- title: ":package: Dependencies"
labels:
- dependencies
- build
exclude-labels:
- skip-changelog
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
- skip-changelog
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: \<*_&
template: |
## Changes
Expand Down
Loading

0 comments on commit 12e68fa

Please sign in to comment.