Skip to content

Commit da7bc42

Browse files
authored
Merge branch 'main' into fix-missing-key
2 parents 1be3fda + c022ce7 commit da7bc42

18 files changed

+8549
-2522
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--application-directories, '.:src', --py36-plus]
2121
- repo: https://github.com/psf/black
22-
rev: 21.10b0
22+
rev: 21.12b0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.29.0
26+
rev: v2.29.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py36-plus]
@@ -33,11 +33,11 @@ repos:
3333
# - id: mypy
3434
# exclude: ^(docs/|tests/)
3535
- repo: https://github.com/jorisroovers/gitlint
36-
rev: v0.16.0
36+
rev: v0.17.0
3737
hooks:
3838
- id: gitlint
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.19.0
40+
rev: v1.20.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
args: [--min-py3-version, '3.6']

AUTHORS.rst

+2
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,5 @@ Contributors
206206
- Adeodato Simó (@dato)
207207

208208
- Gunnar Andersson (@gunnarx)
209+
210+
- Thomas Lam (@lamcw)

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. image::
22
https://raw.github.com/sigmavirus24/github3.py/master/docs/img/gh3-logo.png
33

4-
github3.py is a comprehensive, actively developed and extraordinarily stable
4+
github3.py is a comprehensive, actively developed, and extraordinarily stable
55
wrapper around the GitHub API (v3).
66

77
Note: This library currently works with Python 3.6+ or pypy3. For older versions, please use version 1.3.0.
@@ -87,9 +87,9 @@ Contact Options
8787
---------------
8888

8989
- Feel free to use the `github3.py`_ tag on Stack Overflow for any questions
90-
you may have
91-
- If you dislike Stack Overflow it is preferred that you send an email to
92-
github3.py@librelist.com
90+
you may have.
91+
- If you dislike Stack Overflow, it is preferred that you send an email to
92+
github3.py@librelist.com .
9393
- You may also contact (via email_) the author directly with
9494
questions/suggestions/comments or if you wish to include sensitive data.
9595

example-notebooks/all_repositories.ipynb

+6,255-126
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)