summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-22 11:48:13 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-22 11:48:13 +0100
commit36d8beb426a1f4113c5e94b42012a1b284236a26 (patch)
tree597707c24e116fb6e08be45db5eccfc77c69aa5a
parentdc8cae21a822f198a7442f59c0f60b0c383b01ca (diff)
downloadnixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.tar
nixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.tar.gz
nixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.tar.bz2
nixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.tar.lz
nixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.tar.xz
nixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.tar.zst
nixpkgs-36d8beb426a1f4113c5e94b42012a1b284236a26.zip
radare2: update.py should be formatted with black now
-rwxr-xr-xpkgs/development/tools/analysis/radare2/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/radare2/update.py b/pkgs/development/tools/analysis/radare2/update.py
index ac1eb63401b..fae6a52a392 100755
--- a/pkgs/development/tools/analysis/radare2/update.py
+++ b/pkgs/development/tools/analysis/radare2/update.py
@@ -2,7 +2,7 @@
 #!nix-shell -p nix -p python3 -p git -i python
 # USAGE - just run the script: ./update.py
 # 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 json
 import re