We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ed0fd commit 82407f7Copy full SHA for 82407f7
LICENSE
@@ -1,8 +1,17 @@
1
BSD 3-Clause License
2
3
+All contributions by Meta:
4
Copyright (c) Meta Platforms, Inc. and affiliates.
5
All rights reserved.
6
7
+All contributions by Kiuk Chung:
8
+Copyright (c) Kiuk Chung
9
+All rights reserved.
10
+
11
+All contributions by Tristan Rice:
12
+Copyright (c) Tristan Rice
13
14
15
Redistribution and use in source and binary forms, with or without
16
modification, are permitted provided that the following conditions are met:
17
scripts/copyright.py
scripts/lint.sh
@@ -58,7 +58,6 @@ then
58
usort format "$file"
59
black "$file" -q
60
flake8 "$file" || LINT_ERRORS=1
61
- scripts/copyright.py "$file" || LINT_ERRORS=1
62
done
63
else
64
echo "No changes made to any Python files. Nothing to do."
0 commit comments