From d89736dd12f9682a84baf145ee44042025e9a59b Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Thu, 5 Apr 2018 19:27:33 -0600 Subject: [PATCH] Relink files --- .eslintrc | 2 +- .flake8 | 2 +- .isort.cfg | 2 +- .pep8 | 2 +- .pre-commit-config.yaml | 2 +- .style.yapf | 1 + prospector.yml | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) create mode 120000 .style.yapf diff --git a/.eslintrc b/.eslintrc index 997838ec40c..03a239c8c80 120000 --- a/.eslintrc +++ b/.eslintrc @@ -1 +1 @@ -readthedocs-common/eslintrc \ No newline at end of file +common/eslintrc \ No newline at end of file diff --git a/.flake8 b/.flake8 index db5c687acc9..921d5c7af02 120000 --- a/.flake8 +++ b/.flake8 @@ -1 +1 @@ -readthedocs-common/flake8 \ No newline at end of file +common/flake8 \ No newline at end of file diff --git a/.isort.cfg b/.isort.cfg index 6a2a646e4d4..28ac10dc078 120000 --- a/.isort.cfg +++ b/.isort.cfg @@ -1 +1 @@ -readthedocs-common/isort.cfg \ No newline at end of file +common/isort.cfg \ No newline at end of file diff --git a/.pep8 b/.pep8 index 4349a1668c6..617e042be23 120000 --- a/.pep8 +++ b/.pep8 @@ -1 +1 @@ -readthedocs-common/pep8 \ No newline at end of file +common/pep8 \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe98d3ccfd6..b5a61fe9640 120000 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1 +1 @@ -readthedocs-common/pre-commit-config.yaml \ No newline at end of file +common/pre-commit-config.yaml \ No newline at end of file diff --git a/.style.yapf b/.style.yapf new file mode 120000 index 00000000000..1aee45e88cd --- /dev/null +++ b/.style.yapf @@ -0,0 +1 @@ +common/style.yapf \ No newline at end of file diff --git a/prospector.yml b/prospector.yml index a738480945b..bc6c72d4867 120000 --- a/prospector.yml +++ b/prospector.yml @@ -1 +1 @@ -readthedocs-common/prospector.yml \ No newline at end of file +common/prospector.yml \ No newline at end of file