Skip to content

Commit

Permalink
docs: add images for contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jul 24, 2024
1 parent fa5243c commit c8aea44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Binary file added .github/img/GitHub-Flow_bg-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/img/create-PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/img/new-PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos:
rev: v1.2.3
hooks:
- id: check-added-large-files
args: ["--maxkb=10240"]
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-json
Expand All @@ -19,11 +20,7 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
args: ["--ignore-words-list=entrace"]
exclude: >
(?x)^(
.*\.svg
)$
# https://github.com/codespell-project/codespell/issues/1498
# Python formatting
- repo: https://github.com/psf/black
rev: 23.7.0
Expand Down

0 comments on commit c8aea44

Please sign in to comment.