]> git.ipfire.org Git - thirdparty/dnspython.git/commit
black autoformatting
authorBob Halley <halley@dnspython.org>
Tue, 15 Mar 2022 15:37:20 +0000 (08:37 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 15 Mar 2022 15:37:20 +0000 (08:37 -0700)
commitb1d2332687adbecc0acbb4e623124f783f859d9e
tree5318d5ecc0dd35e0a6922380cd60f9d9caa9ad34
parent08f8bde64e8679d5e4f0b129292461de152ba32b
black autoformatting
183 files changed:
.flake8
README.md
dns/__init__.py
dns/_asyncbackend.py
dns/_asyncio_backend.py
dns/_curio_backend.py
dns/_immutable_ctx.py
dns/_trio_backend.py
dns/asyncbackend.py
dns/asyncquery.py
dns/asyncresolver.py
dns/dnssec.py
dns/e164.py
dns/edns.py
dns/entropy.py
dns/enum.py
dns/exception.py
dns/flags.py
dns/grange.py
dns/immutable.py
dns/inet.py
dns/ipv4.py
dns/ipv6.py
dns/message.py
dns/name.py
dns/namedict.py
dns/node.py
dns/opcode.py
dns/query.py
dns/rcode.py
dns/rdata.py
dns/rdataclass.py
dns/rdataset.py
dns/rdatatype.py
dns/rdtypes/ANY/AMTRELAY.py
dns/rdtypes/ANY/CAA.py
dns/rdtypes/ANY/CDNSKEY.py
dns/rdtypes/ANY/CERT.py
dns/rdtypes/ANY/CSYNC.py
dns/rdtypes/ANY/DNSKEY.py
dns/rdtypes/ANY/GPOS.py
dns/rdtypes/ANY/HINFO.py
dns/rdtypes/ANY/HIP.py
dns/rdtypes/ANY/ISDN.py
dns/rdtypes/ANY/L32.py
dns/rdtypes/ANY/L64.py
dns/rdtypes/ANY/LOC.py
dns/rdtypes/ANY/LP.py
dns/rdtypes/ANY/NID.py
dns/rdtypes/ANY/NSEC.py
dns/rdtypes/ANY/NSEC3.py
dns/rdtypes/ANY/NSEC3PARAM.py
dns/rdtypes/ANY/OPENPGPKEY.py
dns/rdtypes/ANY/OPT.py
dns/rdtypes/ANY/RP.py
dns/rdtypes/ANY/RRSIG.py
dns/rdtypes/ANY/SOA.py
dns/rdtypes/ANY/SSHFP.py
dns/rdtypes/ANY/TKEY.py
dns/rdtypes/ANY/TSIG.py
dns/rdtypes/ANY/URI.py
dns/rdtypes/ANY/X25.py
dns/rdtypes/ANY/ZONEMD.py
dns/rdtypes/ANY/__init__.py
dns/rdtypes/CH/A.py
dns/rdtypes/CH/__init__.py
dns/rdtypes/IN/A.py
dns/rdtypes/IN/AAAA.py
dns/rdtypes/IN/APL.py
dns/rdtypes/IN/DHCID.py
dns/rdtypes/IN/HTTPS.py
dns/rdtypes/IN/IPSECKEY.py
dns/rdtypes/IN/NAPTR.py
dns/rdtypes/IN/NSAP.py
dns/rdtypes/IN/PX.py
dns/rdtypes/IN/SRV.py
dns/rdtypes/IN/SVCB.py
dns/rdtypes/IN/WKS.py
dns/rdtypes/IN/__init__.py
dns/rdtypes/__init__.py
dns/rdtypes/dnskeybase.py
dns/rdtypes/dsbase.py
dns/rdtypes/euibase.py
dns/rdtypes/mxbase.py
dns/rdtypes/nsbase.py
dns/rdtypes/svcbbase.py
dns/rdtypes/tlsabase.py
dns/rdtypes/txtbase.py
dns/rdtypes/util.py
dns/renderer.py
dns/resolver.py
dns/reversename.py
dns/rrset.py
dns/serial.py
dns/set.py
dns/tokenizer.py
dns/transaction.py
dns/tsig.py
dns/tsigkeyring.py
dns/ttl.py
dns/update.py
dns/version.py
dns/versioned.py
dns/win32util.py
dns/wire.py
dns/xfr.py
dns/zone.py
dns/zonefile.py
doc/conf.py
doc/util/auto-values.py
examples/async_dns.py
examples/ddns.py
examples/doh-json.py
examples/doh.py
examples/e164.py
examples/ecs.py
examples/edns.py
examples/edns_resolver.py
examples/mx.py
examples/name.py
examples/query_specific.py
examples/receive_notify.py
examples/reverse.py
examples/reverse_name.py
examples/xfr.py
examples/zonediff.py
pylintrc
setup.py
tests/md_module.py
tests/nanonameserver.py
tests/stxt_module.py
tests/test_address.py
tests/test_async.py
tests/test_bugs.py
tests/test_constants.py
tests/test_dnssec.py
tests/test_doh.py
tests/test_edns.py
tests/test_entropy.py
tests/test_exceptions.py
tests/test_flags.py
tests/test_generate.py
tests/test_grange.py
tests/test_immutable.py
tests/test_message.py
tests/test_name.py
tests/test_namedict.py
tests/test_nsec3.py
tests/test_nsec3_hash.py
tests/test_ntoaaton.py
tests/test_processing_order.py
tests/test_query.py
tests/test_rdata.py
tests/test_rdataset.py
tests/test_rdtypeandclass.py
tests/test_rdtypeanydnskey.py
tests/test_rdtypeanyeui.py
tests/test_rdtypeanyloc.py
tests/test_rdtypeanytkey.py
tests/test_renderer.py
tests/test_resolution.py
tests/test_resolver.py
tests/test_resolver_override.py
tests/test_rrset.py
tests/test_rrset_reader.py
tests/test_serial.py
tests/test_set.py
tests/test_svcb.py
tests/test_tokenizer.py
tests/test_transaction.py
tests/test_tsig.py
tests/test_tsigkeyring.py
tests/test_ttl.py
tests/test_update.py
tests/test_wire.py
tests/test_xfr.py
tests/test_zone.py
tests/test_zonedigest.py
tests/ttxt_module.py
tests/utest.py
tests/util.py
util/generate-mx-pickle.py
util/generate-rdatatype-doc.py