Skip to content

Commit

Permalink
Trying out uv and working on cleaning up tooling we are not using now
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Aug 30, 2024
1 parent 5c93177 commit 93454c9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 420 deletions.
273 changes: 0 additions & 273 deletions .pylintrc

This file was deleted.

38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ check:
#!/bin/bash -eux
uv run ruff check simple_salesforce tests

# Run code quality checks
check-types:
#!/bin/bash -eux
uv run mypy simple_salesforce

# Run all tests locally
test *args:
#!/bin/bash -eux
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "async-simple-salesforce"
version = "1.12.6a2"
version = "1.12.6a3"
description = "Async fork of simple-salesforce"
authors = [{name="Erik Aker", email="[email protected]"}]
license = {file = "LICENSE.txt"}
Expand Down
25 changes: 0 additions & 25 deletions setup.cfg

This file was deleted.

Loading

0 comments on commit 93454c9

Please sign in to comment.