Skip to content

Commit 5ad7aba

Browse files
committed
chore: update shared files
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent 940d00f commit 5ad7aba

File tree

6 files changed

+97
-81
lines changed

6 files changed

+97
-81
lines changed

.github/renovate.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":dependencyDashboard"
6+
],
7+
"pre-commit": {
8+
"enabled": true
9+
},
10+
"customManagers": [
11+
{
12+
"customType": "regex",
13+
"fileMatch": [
14+
"\\.pre-commit-config\\.yaml"
15+
],
16+
"matchStrings": [
17+
"(?<depName>[^'\" ]+)==(?<currentValue>[^'\" ,\\s]+)"
18+
],
19+
"datasourceTemplate": "pypi",
20+
"versioningTemplate": "pep440"
21+
},
22+
{
23+
"customType": "regex",
24+
"fileMatch": [
25+
"\\.pre-commit-config\\.yaml"
26+
],
27+
"matchStrings": [
28+
"(?<depName>[^'\" ]+)@(?<currentValue>[^'\" ,\\s]+)"
29+
],
30+
"datasourceTemplate": "npm",
31+
"versioningTemplate": "npm"
32+
}
33+
]
34+
}

.landscape.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# See https://pre-commit.com for more information
2+
# See https://pre-commit.com/hooks.html for more hooks
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v5.0.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
9+
- id: check-merge-conflict
10+
- id: check-yaml
11+
- id: check-json
12+
- id: check-toml
13+
- id: check-merge-conflict
14+
- id: debug-statements
15+
- id: mixed-line-ending
16+
args: [--fix=lf]
17+
- id: pretty-format-json
18+
args: [--no-sort-keys, --autofix, --no-ensure-ascii]
19+
- repo: https://github.com/astral-sh/ruff-pre-commit
20+
rev: v0.9.0
21+
hooks:
22+
- id: ruff
23+
args: [--fix, --exit-non-zero-on-fix]
24+
- id: ruff-format
25+
- repo: meta
26+
hooks:
27+
- id: check-hooks-apply
28+
- id: check-useless-excludes
29+
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30+
rev: v2.14.0
31+
hooks:
32+
- id: pretty-format-yaml
33+
args: [--autofix, --indent, '2']
34+
- id: pretty-format-toml
35+
args: [--autofix]
36+
- repo: https://github.com/abravalheri/validate-pyproject
37+
rev: v0.23
38+
hooks:
39+
- id: validate-pyproject
40+
- repo: https://github.com/executablebooks/mdformat
41+
rev: 0.7.21
42+
hooks:
43+
- id: mdformat
44+
additional_dependencies:
45+
- mdformat-gfm==0.4.1
46+
- mdformat-ruff==0.1.3
47+
- mdformat-shfmt==0.2.0
48+
- mdformat_tables==1.0.0
49+
- repo: https://github.com/codespell-project/codespell
50+
rev: v2.3.0
51+
hooks:
52+
- id: codespell
53+
additional_dependencies:
54+
- tomli

CONTRIBUTING.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Python Social Auth - Django - Mongoengine Storage
22

3-
[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matiasaguirre%40gmail%2ecom&lc=US&item_name=Python%20Social%20Auth&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)
4-
53
Python Social Auth is an easy to setup social authentication/registration
64
mechanism with support for several frameworks and auth providers.
75

@@ -22,7 +20,7 @@ Backward compatibility with unsupported versions won't be enforce.
2220

2321
## Documentation
2422

25-
Project documentation is available at http://python-social-auth.readthedocs.org/.
23+
Project documentation is available at https://python-social-auth.readthedocs.io/.
2624

2725
## Setup
2826

@@ -32,7 +30,11 @@ $ pip install social-auth-app-django-mongoengine
3230

3331
## Contributing
3432

35-
See the [CONTRIBUTING.md](CONTRIBUTING.md) document for details.
33+
Contributions are welcome!
34+
35+
Only the core and Django modules are currently in development. All others are in maintenance only mode, and maintainers are especially welcome there.
36+
37+
See the [https://github.com/python-social-auth/.github/blob/main/CONTRIBUTING.md](CONTRIBUTING.md) document for details.
3638

3739
## Versioning
3840

@@ -44,7 +46,7 @@ This project follows the BSD license. See the [LICENSE](LICENSE) for details.
4446

4547
## Donations
4648

47-
This project is maintened on my spare time, consider donating to keep
48-
it improving.
49+
This project welcomes donations to make the development sustainable, you can fund Python Social Auth on following platforms:
4950

50-
[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matiasaguirre%40gmail%2ecom&lc=US&item_name=Python%20Social%20Auth&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)
51+
- [GitHub Sponsors](https://github.com/sponsors/python-social-auth/)
52+
- [Open Collective](https://opencollective.com/python-social-auth)

0 commit comments

Comments
 (0)