Skip to content

Commit

Permalink
Merge pull request #79 from jmeridth/jm-github-app-auth-repo-standard…
Browse files Browse the repository at this point in the history
…ization

feat: github app authentication and repo standardization
  • Loading branch information
jmeridth authored Apr 1, 2024
2 parents b410028 + 3ec7408 commit a7ecef4
Show file tree
Hide file tree
Showing 23 changed files with 976 additions and 169 deletions.
4 changes: 3 additions & 1 deletion .github/linters/.flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[flake8]
max-line-length = 150
extend-ignore = C901
exclude = venv,.venv,.git,__pycache__
extend-ignore = C901
statistics = True
19 changes: 0 additions & 19 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
---
###########################
###########################
## Markdown Linter rules ##
###########################
###########################

# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
#

###############
# Rules by id #
###############
# line length
MD013: false
# singe h1
Expand Down
5 changes: 3 additions & 2 deletions .github/linters/.mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Global options:

[mypy]
disable_error_code = attr-defined, import-not-found

[mypy-github3.*]
ignore_missing_imports = True
Loading

0 comments on commit a7ecef4

Please sign in to comment.