forked from mirrors/nixpkgs
radare2: update.py should be formatted with black now
This commit is contained in:
parent
dc8cae21a8
commit
36d8beb426
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#!nix-shell -p nix -p python3 -p git -i python
|
#!nix-shell -p nix -p python3 -p git -i python
|
||||||
# USAGE - just run the script: ./update.py
|
# USAGE - just run the script: ./update.py
|
||||||
# When editing this file, make also sure it passes the mypy typecheck
|
# When editing this file, make also sure it passes the mypy typecheck
|
||||||
# and is formatted with yapf.
|
# and is formatted with black.
|
||||||
import fileinput
|
import fileinput
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Add table
Reference in a new issue