]> 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 23:13:07 +0000 (00:13 +0100)
.github/workflows/lint.yml
psycopg/setup.py

index 216032636f97c924b5254006793c3d91a87c6969..b2871a94c64d54a9b066fc4d2d94f67efa32f430 100644 (file)
@@ -25,7 +25,7 @@ jobs:
           python-version: "3.10"
 
       - 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 5cc6d1a8ef639b056452996e8d2e0b27e82848db..a1143a6c4e5de5929b881c745da066bd26fccec3 100644 (file)
@@ -47,6 +47,7 @@ extras_require = {
     # Requirements needed for development
     "dev": [
         "black >= 23.1.0",
+        "codespell >= 2.2",
         "dnspython >= 2.1",
         "flake8 >= 4.0",
         "mypy >= 1.4.1",