]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: include codespell in dev dependencies
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 18 Dec 2023 01:54:26 +0000 (02:54 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 18 Dec 2023 01:54:26 +0000 (02:54 +0100)
.github/workflows/lint.yml
psycopg/setup.cfg

index 2ad8b8c55ec04a478d6f16b429e71b0973a6acae..e3005acde4879d7990c6a01cead87b877e5d4ceb 100644 (file)
@@ -25,7 +25,7 @@ jobs:
           python-version: "3.11"
 
       - name: install packages to tests
-        run: pip install ./psycopg[dev,test] codespell
+        run: pip install ./psycopg[dev,test]
 
       - name: Run black
         run: black --check --diff .
index 891b53bfc6ce2b4da46d97ab51eeea66c915a024..ad050fc76beb98373049ea2b18ed588b157aa071 100644 (file)
@@ -76,6 +76,7 @@ dev =
     # Version pinned to work around https://github.com/t3rn0/ast-comments/issues/21
     ast-comments==1.1.0
     black >= 23.1.0
+    codespell >= 2.2
     dnspython >= 2.1
     flake8 >= 4.0
     mypy >= 1.4.1