<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Black on code.kiwi.com</title><link>https://code.kiwi.com/tag/black/</link><description>Recent content in Black on code.kiwi.com</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 16 Mar 2023 21:52:52 +0000</lastBuildDate><atom:link href="https://code.kiwi.com/tag/black/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Python CI pipeline</title><link>https://code.kiwi.com/articles/building-a-python-ci-pipeline/</link><pubDate>Mon, 08 Jul 2019 21:51:00 +0000</pubDate><guid>https://code.kiwi.com/articles/building-a-python-ci-pipeline/</guid><description>&lt;p&gt;Continuous Integration (CI) is a software development methodology where multiple team members ship their code to a shared repository. A fundamental part of this process is running automated tests, covering both functionality and integration.&lt;/p&gt;
&lt;p&gt;At Kiwi.com, we use continuous integration mostly for testing, but it also helps us make sure our code style is consistent. It checks imports order, and we count on it for several other checks.&lt;/p&gt;</description></item></channel></rss>