- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
chore: Update copier template #1253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Changes from 6 commits
      Commits
    
    
            Show all changes
          
          
            12 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      6bb9385
              
                Update copier template and transfer ownership
              
              
                DiamondJoseph 351505b
              
                N803 Argument name should be lowercase
              
              
                DiamondJoseph 4a36988
              
                N818 Exception should be named with an Error suffix
              
              
                DiamondJoseph 44b9761
              
                N811 Constant should not be imported as non-constant
              
              
                DiamondJoseph 77d34f0
              
                fix values.yaml generation from test
              
              
                DiamondJoseph 134d790
              
                Add Core team to project authors
              
              
                DiamondJoseph d933da4
              
                Revert codeownership changes
              
              
                DiamondJoseph 48350d5
              
                Revert code ownership
              
              
                DiamondJoseph 2a8f162
              
                Deprecate old error names
              
              
                DiamondJoseph b4eaa8f
              
                Correct test docstring
              
              
                DiamondJoseph 171b290
              
                Merge commit 'c90f12904a80627452f65af50fe15376b03fcc23' into codeowners
              
              
                DiamondJoseph 220ed5b
              
                Add tests for deprecated exception names
              
              
                DiamondJoseph File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
          Some comments aren't visible on the classic Files Changed page.
        
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -78,9 +78,28 @@ blueapi = "blueapi.cli:main" | |
| GitHub = "https://github.com/DiamondLightSource/blueapi" | ||
|  | ||
| [[project.authors]] # Further authors may be added by duplicating this section | ||
| email = "callum.forrester@diamond.ac.uk" | ||
| name = "Callum Forrester" | ||
| email = "abigail.emery@diamond.ac.uk" | ||
| name = "Abigail Emery" | ||
|  | ||
| [[project.authors]] | ||
| email = "[email protected]" | ||
| name = "Keith Ralphs" | ||
|  | ||
| [[project.authors]] | ||
| email = "[email protected]" | ||
| name = "Daniel Fernandes" | ||
|  | ||
| [[project.authors]] | ||
| email = "[email protected]" | ||
| name = "Peter Holloway" | ||
|  | ||
| [[project.authors]] | ||
| email = "[email protected]" | ||
| name = "Zoheb Shaikh" | ||
|  | ||
| [[project.authors]] | ||
| email = "[email protected]" | ||
| name = "Joseph Ware" | ||
|  | ||
| [tool.setuptools_scm] | ||
| version_file = "src/blueapi/_version.py" | ||
|  | @@ -102,6 +121,7 @@ testpaths = "docs src tests" | |
| asyncio_mode = "auto" | ||
|  | ||
| [tool.coverage.run] | ||
| patch = ["subprocess"] | ||
| data_file = "/tmp/blueapi.coverage" | ||
| omit = ["src/blueapi/startup/**/*"] | ||
|  | ||
|  | @@ -142,6 +162,7 @@ lint.select = [ | |
| "C4", # flake8-comprehensions - https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4 | ||
| "E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e | ||
| "F", # pyflakes rules - https://docs.astral.sh/ruff/rules/#pyflakes-f | ||
| "N", # pep8-naming - https://docs.astral.sh/ruff/rules/#pep8-naming-n | ||
| "W", # pycodestyle warnings - https://docs.astral.sh/ruff/rules/#warning-w | ||
| "I", # isort - https://docs.astral.sh/ruff/rules/#isort-i | ||
| "UP", # pyupgrade - https://docs.astral.sh/ruff/rules/#pyupgrade-up | ||
|  | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.