diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 05cd52026..2b3780b25 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,26 +1,28 @@
-- repo: git://github.com/pre-commit/pre-commit-hooks
- sha: 'v0.9.1'
- hooks:
- - id: check-added-large-files
- - id: check-docstring-first
- - id: check-merge-conflict
- - id: check-yaml
- - id: check-json
- - id: debug-statements
- - id: end-of-file-fixer
- - id: flake8
- - id: name-tests-test
- exclude: 'tests/(integration/testcases\.py|helpers\.py)'
- - id: requirements-txt-fixer
- - id: trailing-whitespace
-- repo: git://github.com/asottile/reorder_python_imports
- sha: v1.3.4
- hooks:
- - id: reorder-python-imports
- language_version: 'python3.7'
- args:
- - --py3-plus
-- repo: https://github.com/asottile/pyupgrade
+exclude: .github/
+repos:
+ - repo: git://github.com/pre-commit/pre-commit-hooks
+ sha: 'v0.9.1'
+ hooks:
+ - id: check-added-large-files
+ - id: check-docstring-first
+ - id: check-merge-conflict
+ - id: check-yaml
+ - id: check-json
+ - id: debug-statements
+ - id: end-of-file-fixer
+ - id: flake8
+ - id: name-tests-test
+ exclude: 'tests/(integration/testcases\.py|helpers\.py)'
+ - id: requirements-txt-fixer
+ - id: trailing-whitespace
+ - repo: git://github.com/asottile/reorder_python_imports
+ sha: v1.3.4
+ hooks:
+ - id: reorder-python-imports
+ language_version: 'python3.7'
+ args:
+ - --py3-plus
+ - repo: https://github.com/asottile/pyupgrade
rev: v2.1.0
hooks:
- id: pyupgrade
diff --git a/logo.svg b/logo.svg
index d14bb8f1c..85143645a 100644
--- a/logo.svg
+++ b/logo.svg
@@ -434,4 +434,4 @@
-
\ No newline at end of file
+