File tree 3 files changed +9
-49
lines changed
3 files changed +9
-49
lines changed Original file line number Diff line number Diff line change 1
1
BSD 3-Clause License
2
2
3
+ All contributions by Meta:
3
4
Copyright (c) Meta Platforms, Inc. and affiliates.
4
5
All rights reserved.
5
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
+ All rights reserved.
14
+
6
15
Redistribution and use in source and binary forms, with or without
7
16
modification, are permitted provided that the following conditions are met:
8
17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 58
58
usort format " $file "
59
59
black " $file " -q
60
60
flake8 " $file " || LINT_ERRORS=1
61
- scripts/copyright.py " $file " || LINT_ERRORS=1
62
61
done
63
62
else
64
63
echo " No changes made to any Python files. Nothing to do."
You can’t perform that action at this time.
0 commit comments