Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow auth header to carry pgp keys #805

Merged
merged 2 commits into from
Aug 21, 2023

Merge branch 'main' into auth-header-pgp-keys

e447955
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Allow auth header to carry pgp keys #805

Merge branch 'main' into auth-header-pgp-keys
e447955
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Flake8 failed Aug 21, 2023 in 0s

6 errors

Flake8 found 6 errors

Annotations

Check failure on line 153 in robosats/settings.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

robosats/settings.py#L153

Too many blank lines (3) (E303)

Check failure on line 9 in robosats/middleware.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

robosats/middleware.py#L9

'django.db.IntegrityError' imported but unused (F401)

Check failure on line 34 in robosats/middleware.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

robosats/middleware.py#L34

Expected 2 blank lines, found 1 (E302)

Check failure on line 47 in robosats/middleware.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

robosats/middleware.py#L47

Blank line contains whitespace (W293)

Check failure on line 53 in robosats/middleware.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

robosats/middleware.py#L53

Expected 2 blank lines, found 1 (E302)

Check failure on line 98 in robosats/middleware.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

robosats/middleware.py#L98

Blank line contains whitespace (W293)