mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
Disable flake8 checks in settings.
This commit is contained in:
@@ -343,7 +343,7 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
# Social Auth configuration.
|
# Social Auth configuration.
|
||||||
SOCIAL_AUTH_STRATEGY = 'social.strategies.django_strategy.DjangoStrategy'
|
SOCIAL_AUTH_STRATEGY = 'social.strategies.django_strategy.DjangoStrategy'
|
||||||
SOCIAL_AUTH_STORAGE = 'social.apps.django_app.default.models.DjangoStorage'
|
SOCIAL_AUTH_STORAGE = 'social.apps.django_app.default.models.DjangoStorage'
|
||||||
SOCIAL_AUTH_USER_MODEL = AUTH_USER_MODEL
|
SOCIAL_AUTH_USER_MODEL = AUTH_USER_MODEL # noqa
|
||||||
SOCIAL_AUTH_PIPELINE = (
|
SOCIAL_AUTH_PIPELINE = (
|
||||||
'social.pipeline.social_auth.social_details',
|
'social.pipeline.social_auth.social_details',
|
||||||
'social.pipeline.social_auth.social_uid',
|
'social.pipeline.social_auth.social_uid',
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Copyright (c) 2015 Ansible, Inc.
|
# Copyright (c) 2015 Ansible, Inc.
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
|
||||||
|
# flake8: noqa
|
||||||
|
|
||||||
# Runs after all configuration files have been loaded to fix/check/update
|
# Runs after all configuration files have been loaded to fix/check/update
|
||||||
# settings as needed.
|
# settings as needed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user