Skip to content

Commit

Permalink
Add ruff to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Feb 22, 2024
1 parent 0f28cb7 commit 3cff1f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"wheel",
"mypy",
"requests",
"ruff",
]
},
packages=find_packages(exclude=["test"]),
Expand All @@ -38,10 +39,11 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)

0 comments on commit 3cff1f3

Please sign in to comment.