mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
radare2: update.py should be formatted with black now
This commit is contained in:
parent
dc8cae21a8
commit
36d8beb426
@ -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…
Reference in New Issue
Block a user