diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-09-18 15:09:49 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-09-18 15:09:49 +0200 |
commit | 081b92712b5afd8e17f3a4e37477ac9534a5a15f (patch) | |
tree | c31a2de56171c10a828635a50ab81760f3070a47 /pylintrc | |
parent | d283ed4624de58d471fc1cad00f3b5c4564ca663 (diff) | |
download | myconfigs-081b92712b5afd8e17f3a4e37477ac9534a5a15f.tar.gz myconfigs-081b92712b5afd8e17f3a4e37477ac9534a5a15f.tar.bz2 myconfigs-081b92712b5afd8e17f3a4e37477ac9534a5a15f.zip |
Update python standard for cz.nic
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc new file mode 100644 index 0000000..72dd61d --- /dev/null +++ b/pylintrc @@ -0,0 +1,3 @@ +[FORMAT] +# Maximum number of characters on a single line. +max-line-length=120 |