Skip to content

Commit f3d0098

Browse files
committed
Make the project compliant with the REUSE guidelines.
See https://reuse.software/ for details.
1 parent 0fe4cd0 commit f3d0098

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 Eric Larson
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
repos:
26
- repo: https://github.com/pre-commit/pre-commit-hooks
37
rev: v2.3.0

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 Eric Larson
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[tool.isort]
26
line_length = 88
37
known_first_party = ['cachecontrol']

tests/test_chunked_response.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 Eric Larson
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# encoding: utf-8
26

37
# SPDX-FileCopyrightText: 2015 Eric Larson

tests/test_vary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
from pprint import pprint
6+
57
import pytest
68
import requests
79

0 commit comments

Comments
 (0)